Html Css Color HEX #354814 Turtle Green

📋 copy color: '#354814'

red 53 ◦ green 72 ◦ blue 20

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

Shades of Turtle Green #354814

Tints of Turtle Green #354814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.66%

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

R = 36.55%
G = 49.66%
B = 13.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#354814 (or 0x354814) is known color: Turtle Green. HEX triplet: 35, 48 and 14. RGB value is (53,72,20). Sum of RGB (Red+Green+Blue) = 53+72+20=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #354814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354814 is #CAB7EB. Grayscale: #3C3C3C. Windows color (decimal): -13285356 or 1329205. OLE color: 1329205.

HSL color Cylindrical-coordinate representation of color #354814: hue angle of 81.92º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354814 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 20 -
CMYK 0.26 0 0.72 0.72
HSL 81.92º 0.57% 0.18% -
HSV(B) 81.92º 0.72% 0.28% -
XYZ 3.91 5.44 1.51 -
YUV 60.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 53 72 20 0.26 0 0.72 0.72 81.92 0.57 0.18
Hex 35 48 14 1A 0 48 48 52 39 12
Octal 65 110 24 32 0 110 110 122 71 22
Binary 110101 1001000 10100 11010 0 1001000 1001000 1010010 111001 10010

Color Harmonies of #354814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354814

Black with #354814

Text Example


Text Example

White with #354814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354814; }

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

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

background-color css

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

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

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

border-color css

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

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

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