Html Css Color HEX #354A13 Turtle Green

📋 copy color: '#354A13'

red 53 ◦ green 74 ◦ blue 19

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

Shades of Turtle Green #354A13

Tints of Turtle Green #354A13

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50.68%

 BLUE value IS 19 (7.81% from 255) = 13.01%

R = 36.3%
G = 50.68%
B = 13.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#354A13 (or 0x354A13) is known color: Turtle Green. HEX triplet: 35, 4A and 13. RGB value is (53,74,19). Sum of RGB (Red+Green+Blue) = 53+74+19=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 74 (29.30% from 255 or 50.68% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 74 - color contains mainly: green. Hex color #354A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354A13 is #CAB5EC. Grayscale: #3D3D3D. Windows color (decimal): -13284845 or 1264181. OLE color: 1264181.

HSL color Cylindrical-coordinate representation of color #354A13: hue angle of 82.91º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354A13 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 74 19 -
CMYK 0.28 0 0.74 0.71
HSL 82.91º 0.59% 0.18% -
HSV(B) 82.91º 0.74% 0.29% -
XYZ 4.03 5.7 1.5 -
YUV 61.45 104.04 121.97 -
System Red Green Blue C M Y K H S L
Decimal 53 74 19 0.28 0 0.74 0.71 82.91 0.59 0.18
Hex 35 4A 13 1C 0 4A 47 53 3B 12
Octal 65 112 23 34 0 112 107 123 73 22
Binary 110101 1001010 10011 11100 0 1001010 1000111 1010011 111011 10010

Color Harmonies of #354A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A13

Black with #354A13

Text Example


Text Example

White with #354A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,74,19); }

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

background-color css

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

 a { background-color: rgb(53,74,19); }

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

border-color css

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

 span { border-color: rgb(53,74,19); }

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