Html Css Color HEX #35460E Turtle Green

📋 copy color: '#35460E'

red 53 ◦ green 70 ◦ blue 14

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

Shades of Turtle Green #35460E

Tints of Turtle Green #35460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.09%

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

R = 38.69%
G = 51.09%
B = 10.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#35460E (or 0x35460E) is known color: Turtle Green. HEX triplet: 35, 46 and 0E. RGB value is (53,70,14). Sum of RGB (Red+Green+Blue) = 53+70+14=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #35460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35460E is #CAB9F1. Grayscale: #3A3A3A. Windows color (decimal): -13285874 or 935477. OLE color: 935477.

HSL color Cylindrical-coordinate representation of color #35460E: hue angle of 78.21º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35460E is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 70 14 -
CMYK 0.24 0 0.80 0.73
HSL 78.21º 0.67% 0.16% -
HSV(B) 78.21º 0.8% 0.27% -
XYZ 3.74 5.17 1.22 -
YUV 58.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 53 70 14 0.24 0 0.80 0.73 78.21 0.67 0.16
Hex 35 46 E 18 0 50 49 4E 43 10
Octal 65 106 16 30 0 120 111 116 103 20
Binary 110101 1000110 1110 11000 0 1010000 1001001 1001110 1000011 10000

Color Harmonies of #35460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35460E

Black with #35460E

Text Example


Text Example

White with #35460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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