Html Css Color HEX #354C14 Turtle Green

📋 copy color: '#354C14'

red 53 ◦ green 76 ◦ blue 20

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

Shades of Turtle Green #354C14

Tints of Turtle Green #354C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.01%

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 35.57%
G = 51.01%
B = 13.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#354C14 (or 0x354C14) is known color: Turtle Green. HEX triplet: 35, 4C and 14. RGB value is (53,76,20). Sum of RGB (Red+Green+Blue) = 53+76+20=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #354C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354C14 is #CAB3EB. Grayscale: #3E3E3E. Windows color (decimal): -13284332 or 1330229. OLE color: 1330229.

HSL color Cylindrical-coordinate representation of color #354C14: hue angle of 84.64º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354C14 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 76 20 -
CMYK 0.30 0 0.74 0.70
HSL 84.64º 0.58% 0.19% -
HSV(B) 84.64º 0.74% 0.3% -
XYZ 4.18 5.98 1.6 -
YUV 62.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 53 76 20 0.30 0 0.74 0.70 84.64 0.58 0.19
Hex 35 4C 14 1E 0 4A 46 55 3A 13
Octal 65 114 24 36 0 112 106 125 72 23
Binary 110101 1001100 10100 11110 0 1001010 1000110 1010101 111010 10011

Color Harmonies of #354C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C14

Black with #354C14

Text Example


Text Example

White with #354C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,76,20); }

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

background-color css

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

 a { background-color: rgb(53,76,20); }

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

border-color css

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

 span { border-color: rgb(53,76,20); }

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