Html Css Color HEX #354312 Turtle Green

📋 copy color: '#354312'

red 53 ◦ green 67 ◦ blue 18

#354312
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #354312

Tints of Turtle Green #354312

RGB

 RED value IS 53 (21.09% from 255) = 38.41%

 GREEN value IS 67 (26.56% from 255) = 48.55%

 BLUE value IS 18 (7.42% from 255) = 13.04%

R = 38.41%
G = 48.55%
B = 13.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#354312 (or 0x354312) is known color: Turtle Green. HEX triplet: 35, 43 and 12. RGB value is (53,67,18). Sum of RGB (Red+Green+Blue) = 53+67+18=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #354312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354312 is #CABCED. Grayscale: #393939. Windows color (decimal): -13286638 or 1196853. OLE color: 1196853.

HSL color Cylindrical-coordinate representation of color #354312: hue angle of 77.14º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #354312 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 67 18 -
CMYK 0.21 0 0.73 0.74
HSL 77.14º 0.58% 0.17% -
HSV(B) 77.14º 0.73% 0.26% -
XYZ 3.58 4.81 1.31 -
YUV 57.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 53 67 18 0.21 0 0.73 0.74 77.14 0.58 0.17
Hex 35 43 12 15 0 49 4A 4D 3A 11
Octal 65 103 22 25 0 111 112 115 72 21
Binary 110101 1000011 10010 10101 0 1001001 1001010 1001101 111010 10001

Color Harmonies of #354312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354312

Black with #354312

Text Example


Text Example

White with #354312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354312; }

 p { color: rgb(53,67,18); }

 H1.HeaderClassName
 {
   color: #354312;
 }
 .AnyTagClassName
 {
   color: #354312;
 }
</style>

background-color css

<style>
 a { background-color: #354312; }

 a { background-color: rgb(53,67,18); }

 div.DivClassName
 {
   background-color: #354312;
 }
 .BgClassName
 {
   background-color: #354312;
 }
</style>

border-color css

<style>
 span { border-color: #354312; }

 span { border-color: rgb(53,67,18); }

 td.TdClassName
 {
   border-color: #354312;
 }
 .TagClassName
 {
   border-color: #354312;
 }
</style>