Html Css Color HEX #354902 Turtle Green

📋 copy color: '#354902'

red 53 ◦ green 73 ◦ blue 2

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

Shades of Turtle Green #354902

Tints of Turtle Green #354902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 57.03%

 BLUE value IS 2 (1.17% from 255) = 1.56%

R = 41.41%
G = 57.03%
B = 1.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#354902 (or 0x354902) is known color: Turtle Green. HEX triplet: 35, 49 and 02. RGB value is (53,73,2). Sum of RGB (Red+Green+Blue) = 53+73+2=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #354902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354902 is #CAB6FD. Grayscale: #3B3B3B. Windows color (decimal): -13285118 or 149813. OLE color: 149813.

HSL color Cylindrical-coordinate representation of color #354902: hue angle of 76.9º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #354902 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 2 -
CMYK 0.27 0 0.97 0.71
HSL 76.9º 0.95% 0.15% -
HSV(B) 76.9º 0.97% 0.29% -
XYZ 3.86 5.53 0.92 -
YUV 58.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 53 73 2 0.27 0 0.97 0.71 76.9 0.95 0.15
Hex 35 49 2 1B 0 61 47 4D 5F F
Octal 65 111 2 33 0 141 107 115 137 17
Binary 110101 1001001 10 11011 0 1100001 1000111 1001101 1011111 1111

Color Harmonies of #354902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354902

Black with #354902

Text Example


Text Example

White with #354902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354902; }

 p { color: rgb(53,73,2); }

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

background-color css

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

 a { background-color: rgb(53,73,2); }

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

border-color css

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

 span { border-color: rgb(53,73,2); }

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