Html Css Color HEX #35420D Turtle Green

📋 copy color: '#35420D'

red 53 ◦ green 66 ◦ blue 13

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

Shades of Turtle Green #35420D

Tints of Turtle Green #35420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50%

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

R = 40.15%
G = 50%
B = 9.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#35420D (or 0x35420D) is known color: Turtle Green. HEX triplet: 35, 42 and 0D. RGB value is (53,66,13). Sum of RGB (Red+Green+Blue) = 53+66+13=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #35420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35420D is #CABDF2. Grayscale: #383838. Windows color (decimal): -13286899 or 868917. OLE color: 868917.

HSL color Cylindrical-coordinate representation of color #35420D: hue angle of 74.72º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35420D is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 13 -
CMYK 0.20 0 0.80 0.74
HSL 74.72º 0.67% 0.15% -
HSV(B) 74.72º 0.8% 0.26% -
XYZ 3.49 4.68 1.1 -
YUV 56.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 53 66 13 0.20 0 0.80 0.74 74.72 0.67 0.15
Hex 35 42 D 14 0 50 4A 4B 43 F
Octal 65 102 15 24 0 120 112 113 103 17
Binary 110101 1000010 1101 10100 0 1010000 1001010 1001011 1000011 1111

Color Harmonies of #35420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35420D

Black with #35420D

Text Example


Text Example

White with #35420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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