Html Css Color HEX #35401C Turtle Green

📋 copy color: '#35401C'

red 53 ◦ green 64 ◦ blue 28

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

Shades of Turtle Green #35401C

Tints of Turtle Green #35401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.31%

R = 36.55%
G = 44.14%
B = 19.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#35401C (or 0x35401C) is known color: Turtle Green. HEX triplet: 35, 40 and 1C. RGB value is (53,64,28). Sum of RGB (Red+Green+Blue) = 53+64+28=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #35401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35401C is #CABFE3. Grayscale: #383838. Windows color (decimal): -13287396 or 1851445. OLE color: 1851445.

HSL color Cylindrical-coordinate representation of color #35401C: hue angle of 78.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35401C is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 28 -
CMYK 0.17 0 0.56 0.75
HSL 78.33º 0.39% 0.18% -
HSV(B) 78.33º 0.56% 0.25% -
XYZ 3.51 4.51 1.78 -
YUV 56.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 53 64 28 0.17 0 0.56 0.75 78.33 0.39 0.18
Hex 35 40 1C 11 0 38 4B 4E 27 12
Octal 65 100 34 21 0 70 113 116 47 22
Binary 110101 1000000 11100 10001 0 111000 1001011 1001110 100111 10010

Color Harmonies of #35401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35401C

Black with #35401C

Text Example


Text Example

White with #35401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35401C; }

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

 H1.HeaderClassName
 {
   color: #35401C;
 }
 .AnyTagClassName
 {
   color: #35401C;
 }
</style>

background-color css

<style>
 a { background-color: #35401C; }

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

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

border-color css

<style>
 span { border-color: #35401C; }

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

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