Html Css Color HEX #354904 Turtle Green

📋 copy color: '#354904'

red 53 ◦ green 73 ◦ blue 4

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

Shades of Turtle Green #354904

Tints of Turtle Green #354904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.08%

R = 40.77%
G = 56.15%
B = 3.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#354904 (or 0x354904) is known color: Turtle Green. HEX triplet: 35, 49 and 04. RGB value is (53,73,4). Sum of RGB (Red+Green+Blue) = 53+73+4=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #354904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354904 is #CAB6FB. Grayscale: #3B3B3B. Windows color (decimal): -13285116 or 280885. OLE color: 280885.

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

Color convert

RGB 53 73 4 -
CMYK 0.27 0 0.95 0.71
HSL 77.39º 0.9% 0.15% -
HSV(B) 77.39º 0.95% 0.29% -
XYZ 3.87 5.53 0.98 -
YUV 59.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 53 73 4 0.27 0 0.95 0.71 77.39 0.9 0.15
Hex 35 49 4 1B 0 5F 47 4D 5A F
Octal 65 111 4 33 0 137 107 115 132 17
Binary 110101 1001001 100 11011 0 1011111 1000111 1001101 1011010 1111

Color Harmonies of #354904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354904

Black with #354904

Text Example


Text Example

White with #354904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354904; }

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

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

background-color css

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

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

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

border-color css

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

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

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