Html Css Color HEX #35370D Turtle Green

📋 copy color: '#35370D'

red 53 ◦ green 55 ◦ blue 13

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

Shades of Turtle Green #35370D

Tints of Turtle Green #35370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.45%

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

R = 43.8%
G = 45.45%
B = 10.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#35370D (or 0x35370D) is known color: Turtle Green. HEX triplet: 35, 37 and 0D. RGB value is (53,55,13). Sum of RGB (Red+Green+Blue) = 53+55+13=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #35370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35370D is #CAC8F2. Grayscale: #313131. Windows color (decimal): -13289715 or 866101. OLE color: 866101.

HSL color Cylindrical-coordinate representation of color #35370D: hue angle of 62.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35370D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 55 13 -
CMYK 0.04 0 0.76 0.78
HSL 62.86º 0.62% 0.13% -
HSV(B) 62.86º 0.76% 0.22% -
XYZ 2.91 3.52 0.91 -
YUV 49.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 53 55 13 0.04 0 0.76 0.78 62.86 0.62 0.13
Hex 35 37 D 4 0 4C 4E 3F 3E D
Octal 65 67 15 4 0 114 116 77 76 15
Binary 110101 110111 1101 100 0 1001100 1001110 111111 111110 1101

Color Harmonies of #35370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35370D

Black with #35370D

Text Example


Text Example

White with #35370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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