Html Css Color HEX #35390D Turtle Green

📋 copy color: '#35390D'

red 53 ◦ green 57 ◦ blue 13

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

Shades of Turtle Green #35390D

Tints of Turtle Green #35390D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 43.09%
G = 46.34%
B = 10.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#35390D (or 0x35390D) is known color: Turtle Green. HEX triplet: 35, 39 and 0D. RGB value is (53,57,13). Sum of RGB (Red+Green+Blue) = 53+57+13=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #35390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35390D is #CAC6F2. Grayscale: #323232. Windows color (decimal): -13289203 or 866613. OLE color: 866613.

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

Color convert

RGB 53 57 13 -
CMYK 0.07 0 0.77 0.78
HSL 65.45º 0.63% 0.14% -
HSV(B) 65.45º 0.77% 0.22% -
XYZ 3 3.71 0.94 -
YUV 50.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 53 57 13 0.07 0 0.77 0.78 65.45 0.63 0.14
Hex 35 39 D 7 0 4D 4E 41 3F E
Octal 65 71 15 7 0 115 116 101 77 16
Binary 110101 111001 1101 111 0 1001101 1001110 1000001 111111 1110

Color Harmonies of #35390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35390D

Black with #35390D

Text Example


Text Example

White with #35390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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