Html Css Color HEX #354A10 Turtle Green

📋 copy color: '#354A10'

red 53 ◦ green 74 ◦ blue 16

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

Shades of Turtle Green #354A10

Tints of Turtle Green #354A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.19%

R = 37.06%
G = 51.75%
B = 11.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#354A10 (or 0x354A10) is known color: Turtle Green. HEX triplet: 35, 4A and 10. RGB value is (53,74,16). Sum of RGB (Red+Green+Blue) = 53+74+16=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #354A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354A10 is #CAB5EF. Grayscale: #3D3D3D. Windows color (decimal): -13284848 or 1067573. OLE color: 1067573.

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

Color convert

RGB 53 74 16 -
CMYK 0.28 0 0.78 0.71
HSL 81.72º 0.64% 0.18% -
HSV(B) 81.72º 0.78% 0.29% -
XYZ 4.01 5.69 1.38 -
YUV 61.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 53 74 16 0.28 0 0.78 0.71 81.72 0.64 0.18
Hex 35 4A 10 1C 0 4E 47 52 40 12
Octal 65 112 20 34 0 116 107 122 100 22
Binary 110101 1001010 10000 11100 0 1001110 1000111 1010010 1000000 10010

Color Harmonies of #354A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A10

Black with #354A10

Text Example


Text Example

White with #354A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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