Html Css Color HEX #354809 Turtle Green

📋 copy color: '#354809'

red 53 ◦ green 72 ◦ blue 9

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

Shades of Turtle Green #354809

Tints of Turtle Green #354809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 53.73%

 BLUE value IS 9 (3.91% from 255) = 6.72%

R = 39.55%
G = 53.73%
B = 6.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#354809 (or 0x354809) is known color: Turtle Green. HEX triplet: 35, 48 and 09. RGB value is (53,72,9). Sum of RGB (Red+Green+Blue) = 53+72+9=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #354809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354809 is #CAB7F6. Grayscale: #3B3B3B. Windows color (decimal): -13285367 or 608309. OLE color: 608309.

HSL color Cylindrical-coordinate representation of color #354809: hue angle of 78.1º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #354809 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 9 -
CMYK 0.26 0 0.88 0.72
HSL 78.1º 0.78% 0.16% -
HSV(B) 78.1º 0.88% 0.28% -
XYZ 3.83 5.41 1.1 -
YUV 59.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 53 72 9 0.26 0 0.88 0.72 78.1 0.78 0.16
Hex 35 48 9 1A 0 58 48 4E 4E 10
Octal 65 110 11 32 0 130 110 116 116 20
Binary 110101 1001000 1001 11010 0 1011000 1001000 1001110 1001110 10000

Color Harmonies of #354809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354809

Black with #354809

Text Example


Text Example

White with #354809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354809; }

 p { color: rgb(53,72,9); }

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

background-color css

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

 a { background-color: rgb(53,72,9); }

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

border-color css

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

 span { border-color: rgb(53,72,9); }

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