Html Css Color HEX #35500E Turtle Green

📋 copy color: '#35500E'

red 53 ◦ green 80 ◦ blue 14

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

Shades of Turtle Green #35500E

Tints of Turtle Green #35500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.42%

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 36.05%
G = 54.42%
B = 9.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#35500E (or 0x35500E) is known color: Turtle Green. HEX triplet: 35, 50 and 0E. RGB value is (53,80,14). Sum of RGB (Red+Green+Blue) = 53+80+14=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #35500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35500E is #CAAFF1. Grayscale: #404040. Windows color (decimal): -13283314 or 938037. OLE color: 938037.

HSL color Cylindrical-coordinate representation of color #35500E: hue angle of 84.55º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35500E is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 14 -
CMYK 0.34 0 0.83 0.69
HSL 84.55º 0.7% 0.18% -
HSV(B) 84.55º 0.83% 0.31% -
XYZ 4.42 6.53 1.44 -
YUV 64.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 53 80 14 0.34 0 0.83 0.69 84.55 0.7 0.18
Hex 35 50 E 22 0 53 45 55 46 12
Octal 65 120 16 42 0 123 105 125 106 22
Binary 110101 1010000 1110 100010 0 1010011 1000101 1010101 1000110 10010

Color Harmonies of #35500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35500E

Black with #35500E

Text Example


Text Example

White with #35500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35500E; }

 p { color: rgb(53,80,14); }

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

background-color css

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

 a { background-color: rgb(53,80,14); }

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

border-color css

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

 span { border-color: rgb(53,80,14); }

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