Html Css Color HEX #35391C Turtle Green

📋 copy color: '#35391C'

red 53 ◦ green 57 ◦ blue 28

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

Shades of Turtle Green #35391C

Tints of Turtle Green #35391C

RGB

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

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

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

R = 38.41%
G = 41.3%
B = 20.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#35391C (or 0x35391C) is known color: Turtle Green. HEX triplet: 35, 39 and 1C. RGB value is (53,57,28). Sum of RGB (Red+Green+Blue) = 53+57+28=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #35391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35391C is #CAC6E3. Grayscale: #343434. Windows color (decimal): -13289188 or 1849653. OLE color: 1849653.

HSL color Cylindrical-coordinate representation of color #35391C: hue angle of 68.28º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35391C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 57 28 -
CMYK 0.07 0 0.51 0.78
HSL 68.28º 0.34% 0.17% -
HSV(B) 68.28º 0.51% 0.22% -
XYZ 3.14 3.77 1.66 -
YUV 52.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 53 57 28 0.07 0 0.51 0.78 68.28 0.34 0.17
Hex 35 39 1C 7 0 33 4E 44 22 11
Octal 65 71 34 7 0 63 116 104 42 21
Binary 110101 111001 11100 111 0 110011 1001110 1000100 100010 10001

Color Harmonies of #35391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35391C

Black with #35391C

Text Example


Text Example

White with #35391C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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