Html Css Color HEX #35390E Turtle Green

📋 copy color: '#35390E'

red 53 ◦ green 57 ◦ blue 14

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

Shades of Turtle Green #35390E

Tints of Turtle Green #35390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.97%

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

R = 42.74%
G = 45.97%
B = 11.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#35390E (or 0x35390E) is known color: Turtle Green. HEX triplet: 35, 39 and 0E. RGB value is (53,57,14). Sum of RGB (Red+Green+Blue) = 53+57+14=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #35390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35390E is #CAC6F1. Grayscale: #333333. Windows color (decimal): -13289202 or 932149. OLE color: 932149.

HSL color Cylindrical-coordinate representation of color #35390E: hue angle of 65.58º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35390E is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 57 14 -
CMYK 0.07 0 0.75 0.78
HSL 65.58º 0.61% 0.14% -
HSV(B) 65.58º 0.75% 0.22% -
XYZ 3.01 3.71 0.97 -
YUV 50.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 53 57 14 0.07 0 0.75 0.78 65.58 0.61 0.14
Hex 35 39 E 7 0 4B 4E 42 3D E
Octal 65 71 16 7 0 113 116 102 75 16
Binary 110101 111001 1110 111 0 1001011 1001110 1000010 111101 1110

Color Harmonies of #35390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35390E

Black with #35390E

Text Example


Text Example

White with #35390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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