Html Css Color HEX #35471A Turtle Green

📋 copy color: '#35471A'

red 53 ◦ green 71 ◦ blue 26

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

Shades of Turtle Green #35471A

Tints of Turtle Green #35471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.33%

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

R = 35.33%
G = 47.33%
B = 17.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#35471A (or 0x35471A) is known color: Turtle Green. HEX triplet: 35, 47 and 1A. RGB value is (53,71,26). Sum of RGB (Red+Green+Blue) = 53+71+26=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #35471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35471A is #CAB8E5. Grayscale: #3C3C3C. Windows color (decimal): -13285606 or 1722165. OLE color: 1722165.

HSL color Cylindrical-coordinate representation of color #35471A: hue angle of 84º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35471A is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 26 -
CMYK 0.25 0 0.63 0.72
HSL 84º 0.46% 0.19% -
HSV(B) 84º 0.63% 0.28% -
XYZ 3.91 5.34 1.8 -
YUV 60.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 53 71 26 0.25 0 0.63 0.72 84 0.46 0.19
Hex 35 47 1A 19 0 3F 48 54 2E 13
Octal 65 107 32 31 0 77 110 124 56 23
Binary 110101 1000111 11010 11001 0 111111 1001000 1010100 101110 10011

Color Harmonies of #35471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35471A

Black with #35471A

Text Example


Text Example

White with #35471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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