Html Css Color HEX #353A1F Turtle Green

📋 copy color: '#353A1F'

red 53 ◦ green 58 ◦ blue 31

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

Shades of Turtle Green #353A1F

Tints of Turtle Green #353A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.85%

 BLUE value IS 31 (12.5% from 255) = 21.83%

R = 37.32%
G = 40.85%
B = 21.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#353A1F (or 0x353A1F) is known color: Turtle Green. HEX triplet: 35, 3A and 1F. RGB value is (53,58,31). Sum of RGB (Red+Green+Blue) = 53+58+31=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 58 - color contains mainly: green. Hex color #353A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A1F is #CAC5E0. Grayscale: #353535. Windows color (decimal): -13288929 or 2046517. OLE color: 2046517.

HSL color Cylindrical-coordinate representation of color #353A1F: hue angle of 71.11º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #353A1F is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 58 31 -
CMYK 0.09 0 0.47 0.77
HSL 71.11º 0.3% 0.17% -
HSV(B) 71.11º 0.47% 0.23% -
XYZ 3.23 3.88 1.88 -
YUV 53.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 53 58 31 0.09 0 0.47 0.77 71.11 0.3 0.17
Hex 35 3A 1F 9 0 2F 4D 47 1E 11
Octal 65 72 37 11 0 57 115 107 36 21
Binary 110101 111010 11111 1001 0 101111 1001101 1000111 11110 10001

Color Harmonies of #353A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A1F

Black with #353A1F

Text Example


Text Example

White with #353A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353A1F; }

 p { color: rgb(53,58,31); }

 H1.HeaderClassName
 {
   color: #353A1F;
 }
 .AnyTagClassName
 {
   color: #353A1F;
 }
</style>

background-color css

<style>
 a { background-color: #353A1F; }

 a { background-color: rgb(53,58,31); }

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

border-color css

<style>
 span { border-color: #353A1F; }

 span { border-color: rgb(53,58,31); }

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