Html Css Color HEX #35400A Turtle Green

📋 copy color: '#35400A'

red 53 ◦ green 64 ◦ blue 10

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

Shades of Turtle Green #35400A

Tints of Turtle Green #35400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50.39%

 BLUE value IS 10 (4.3% from 255) = 7.87%

R = 41.73%
G = 50.39%
B = 7.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#35400A (or 0x35400A) is known color: Turtle Green. HEX triplet: 35, 40 and 0A. RGB value is (53,64,10). Sum of RGB (Red+Green+Blue) = 53+64+10=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #35400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35400A is #CABFF5. Grayscale: #363636. Windows color (decimal): -13287414 or 671797. OLE color: 671797.

HSL color Cylindrical-coordinate representation of color #35400A: hue angle of 72.22º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35400A is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 10 -
CMYK 0.17 0 0.84 0.75
HSL 72.22º 0.73% 0.15% -
HSV(B) 72.22º 0.84% 0.25% -
XYZ 3.36 4.45 0.97 -
YUV 54.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 53 64 10 0.17 0 0.84 0.75 72.22 0.73 0.15
Hex 35 40 A 11 0 54 4B 48 49 F
Octal 65 100 12 21 0 124 113 110 111 17
Binary 110101 1000000 1010 10001 0 1010100 1001011 1001000 1001001 1111

Color Harmonies of #35400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35400A

Black with #35400A

Text Example


Text Example

White with #35400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35400A; }

 p { color: rgb(53,64,10); }

 H1.HeaderClassName
 {
   color: #35400A;
 }
 .AnyTagClassName
 {
   color: #35400A;
 }
</style>

background-color css

<style>
 a { background-color: #35400A; }

 a { background-color: rgb(53,64,10); }

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

border-color css

<style>
 span { border-color: #35400A; }

 span { border-color: rgb(53,64,10); }

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