Html Css Color HEX #354708 Turtle Green

📋 copy color: '#354708'

red 53 ◦ green 71 ◦ blue 8

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

Shades of Turtle Green #354708

Tints of Turtle Green #354708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 53.79%

 BLUE value IS 8 (3.52% from 255) = 6.06%

R = 40.15%
G = 53.79%
B = 6.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#354708 (or 0x354708) is known color: Turtle Green. HEX triplet: 35, 47 and 08. RGB value is (53,71,8). Sum of RGB (Red+Green+Blue) = 53+71+8=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #354708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354708 is #CAB8F7. Grayscale: #3A3A3A. Windows color (decimal): -13285624 or 542517. OLE color: 542517.

HSL color Cylindrical-coordinate representation of color #354708: hue angle of 77.14º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #354708 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 8 -
CMYK 0.25 0 0.89 0.72
HSL 77.14º 0.8% 0.15% -
HSV(B) 77.14º 0.89% 0.28% -
XYZ 3.77 5.28 1.05 -
YUV 58.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 53 71 8 0.25 0 0.89 0.72 77.14 0.8 0.15
Hex 35 47 8 19 0 59 48 4D 50 F
Octal 65 107 10 31 0 131 110 115 120 17
Binary 110101 1000111 1000 11001 0 1011001 1001000 1001101 1010000 1111

Color Harmonies of #354708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354708

Black with #354708

Text Example


Text Example

White with #354708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354708; }

 p { color: rgb(53,71,8); }

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

background-color css

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

 a { background-color: rgb(53,71,8); }

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

border-color css

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

 span { border-color: rgb(53,71,8); }

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