Html Css Color HEX #35390B Turtle Green

📋 copy color: '#35390B'

red 53 ◦ green 57 ◦ blue 11

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

Shades of Turtle Green #35390B

Tints of Turtle Green #35390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.09%

R = 43.8%
G = 47.11%
B = 9.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#35390B (or 0x35390B) is known color: Turtle Green. HEX triplet: 35, 39 and 0B. RGB value is (53,57,11). Sum of RGB (Red+Green+Blue) = 53+57+11=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #35390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35390B is #CAC6F4. Grayscale: #323232. Windows color (decimal): -13289205 or 735541. OLE color: 735541.

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

Color convert

RGB 53 57 11 -
CMYK 0.07 0 0.81 0.78
HSL 65.22º 0.68% 0.13% -
HSV(B) 65.22º 0.81% 0.22% -
XYZ 2.99 3.71 0.87 -
YUV 50.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 53 57 11 0.07 0 0.81 0.78 65.22 0.68 0.13
Hex 35 39 B 7 0 51 4E 41 44 D
Octal 65 71 13 7 0 121 116 101 104 15
Binary 110101 111001 1011 111 0 1010001 1001110 1000001 1000100 1101

Color Harmonies of #35390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35390B

Black with #35390B

Text Example


Text Example

White with #35390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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