Html Css Color HEX #354614 Turtle Green

📋 copy color: '#354614'

red 53 ◦ green 70 ◦ blue 20

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

Shades of Turtle Green #354614

Tints of Turtle Green #354614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.95%

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

R = 37.06%
G = 48.95%
B = 13.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#354614 (or 0x354614) is known color: Turtle Green. HEX triplet: 35, 46 and 14. RGB value is (53,70,20). Sum of RGB (Red+Green+Blue) = 53+70+20=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #354614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354614 is #CAB9EB. Grayscale: #3B3B3B. Windows color (decimal): -13285868 or 1328693. OLE color: 1328693.

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

Color convert

RGB 53 70 20 -
CMYK 0.24 0 0.71 0.73
HSL 80.4º 0.56% 0.18% -
HSV(B) 80.4º 0.71% 0.27% -
XYZ 3.78 5.19 1.46 -
YUV 59.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 53 70 20 0.24 0 0.71 0.73 80.4 0.56 0.18
Hex 35 46 14 18 0 47 49 50 38 12
Octal 65 106 24 30 0 107 111 120 70 22
Binary 110101 1000110 10100 11000 0 1000111 1001001 1010000 111000 10010

Color Harmonies of #354614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354614

Black with #354614

Text Example


Text Example

White with #354614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354614; }

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

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

background-color css

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

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

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

border-color css

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

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

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