Html Css Color HEX #354F09 Turtle Green

📋 copy color: '#354F09'

red 53 ◦ green 79 ◦ blue 9

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

Shades of Turtle Green #354F09

Tints of Turtle Green #354F09

RGB

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

 GREEN value IS 79 (31.25% from 255) = 56.03%

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

R = 37.59%
G = 56.03%
B = 6.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#354F09 (or 0x354F09) is known color: Turtle Green. HEX triplet: 35, 4F and 09. RGB value is (53,79,9). Sum of RGB (Red+Green+Blue) = 53+79+9=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #354F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354F09 is #CAB0F6. Grayscale: #3F3F3F. Windows color (decimal): -13283575 or 610101. OLE color: 610101.

HSL color Cylindrical-coordinate representation of color #354F09: hue angle of 82.29º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #354F09 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 79 9 -
CMYK 0.33 0 0.89 0.69
HSL 82.29º 0.8% 0.17% -
HSV(B) 82.29º 0.89% 0.31% -
XYZ 4.31 6.37 1.26 -
YUV 63.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 53 79 9 0.33 0 0.89 0.69 82.29 0.8 0.17
Hex 35 4F 9 21 0 59 45 52 50 11
Octal 65 117 11 41 0 131 105 122 120 21
Binary 110101 1001111 1001 100001 0 1011001 1000101 1010010 1010000 10001

Color Harmonies of #354F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F09

Black with #354F09

Text Example


Text Example

White with #354F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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