Html Css Color HEX #35371A Turtle Green

📋 copy color: '#35371A'

red 53 ◦ green 55 ◦ blue 26

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

Shades of Turtle Green #35371A

Tints of Turtle Green #35371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.4%

R = 39.55%
G = 41.04%
B = 19.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#35371A (or 0x35371A) is known color: Turtle Green. HEX triplet: 35, 37 and 1A. RGB value is (53,55,26). Sum of RGB (Red+Green+Blue) = 53+55+26=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #35371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35371A is #CAC8E5. Grayscale: #333333. Windows color (decimal): -13289702 or 1718069. OLE color: 1718069.

HSL color Cylindrical-coordinate representation of color #35371A: hue angle of 64.14º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35371A is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 55 26 -
CMYK 0.04 0 0.53 0.78
HSL 64.14º 0.36% 0.16% -
HSV(B) 64.14º 0.53% 0.22% -
XYZ 3.02 3.56 1.51 -
YUV 51.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 53 55 26 0.04 0 0.53 0.78 64.14 0.36 0.16
Hex 35 37 1A 4 0 35 4E 40 24 10
Octal 65 67 32 4 0 65 116 100 44 20
Binary 110101 110111 11010 100 0 110101 1001110 1000000 100100 10000

Color Harmonies of #35371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35371A

Black with #35371A

Text Example


Text Example

White with #35371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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