Html Css Color HEX #354D0C Turtle Green

📋 copy color: '#354D0C'

red 53 ◦ green 77 ◦ blue 12

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

Shades of Turtle Green #354D0C

Tints of Turtle Green #354D0C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 54.23%

 BLUE value IS 12 (5.08% from 255) = 8.45%

R = 37.32%
G = 54.23%
B = 8.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#354D0C (or 0x354D0C) is known color: Turtle Green. HEX triplet: 35, 4D and 0C. RGB value is (53,77,12). Sum of RGB (Red+Green+Blue) = 53+77+12=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #354D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D0C is #CAB2F3. Grayscale: #3E3E3E. Windows color (decimal): -13284084 or 806197. OLE color: 806197.

HSL color Cylindrical-coordinate representation of color #354D0C: hue angle of 82.15º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #354D0C is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 77 12 -
CMYK 0.31 0 0.84 0.70
HSL 82.15º 0.73% 0.17% -
HSV(B) 82.15º 0.84% 0.3% -
XYZ 4.19 6.09 1.3 -
YUV 62.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 53 77 12 0.31 0 0.84 0.70 82.15 0.73 0.17
Hex 35 4D C 1F 0 54 46 52 49 11
Octal 65 115 14 37 0 124 106 122 111 21
Binary 110101 1001101 1100 11111 0 1010100 1000110 1010010 1001001 10001

Color Harmonies of #354D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D0C

Black with #354D0C

Text Example


Text Example

White with #354D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354D0C; }

 p { color: rgb(53,77,12); }

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

background-color css

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

 a { background-color: rgb(53,77,12); }

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

border-color css

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

 span { border-color: rgb(53,77,12); }

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