Html Css Color HEX #354912 Turtle Green

📋 copy color: '#354912'

red 53 ◦ green 73 ◦ blue 18

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

Shades of Turtle Green #354912

Tints of Turtle Green #354912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50.69%

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

R = 36.81%
G = 50.69%
B = 12.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#354912 (or 0x354912) is known color: Turtle Green. HEX triplet: 35, 49 and 12. RGB value is (53,73,18). Sum of RGB (Red+Green+Blue) = 53+73+18=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #354912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354912 is #CAB6ED. Grayscale: #3C3C3C. Windows color (decimal): -13285102 or 1198389. OLE color: 1198389.

HSL color Cylindrical-coordinate representation of color #354912: hue angle of 81.82º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #354912 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 18 -
CMYK 0.27 0 0.75 0.71
HSL 81.82º 0.6% 0.18% -
HSV(B) 81.82º 0.75% 0.29% -
XYZ 3.96 5.57 1.44 -
YUV 60.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 53 73 18 0.27 0 0.75 0.71 81.82 0.6 0.18
Hex 35 49 12 1B 0 4B 47 52 3C 12
Octal 65 111 22 33 0 113 107 122 74 22
Binary 110101 1001001 10010 11011 0 1001011 1000111 1010010 111100 10010

Color Harmonies of #354912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354912

Black with #354912

Text Example


Text Example

White with #354912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354912; }

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

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

background-color css

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

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

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

border-color css

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

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

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