Html Css Color HEX #353B0D Turtle Green

📋 copy color: '#353B0D'

red 53 ◦ green 59 ◦ blue 13

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

Shades of Turtle Green #353B0D

Tints of Turtle Green #353B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 47.2%

 BLUE value IS 13 (5.47% from 255) = 10.4%

R = 42.4%
G = 47.2%
B = 10.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#353B0D (or 0x353B0D) is known color: Turtle Green. HEX triplet: 35, 3B and 0D. RGB value is (53,59,13). Sum of RGB (Red+Green+Blue) = 53+59+13=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #353B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353B0D is #CAC4F2. Grayscale: #343434. Windows color (decimal): -13288691 or 867125. OLE color: 867125.

HSL color Cylindrical-coordinate representation of color #353B0D: hue angle of 67.83º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #353B0D is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 59 13 -
CMYK 0.10 0 0.78 0.77
HSL 67.83º 0.64% 0.14% -
HSV(B) 67.83º 0.78% 0.23% -
XYZ 3.1 3.91 0.97 -
YUV 51.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 53 59 13 0.10 0 0.78 0.77 67.83 0.64 0.14
Hex 35 3B D A 0 4E 4D 44 40 E
Octal 65 73 15 12 0 116 115 104 100 16
Binary 110101 111011 1101 1010 0 1001110 1001101 1000100 1000000 1110

Color Harmonies of #353B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B0D

Black with #353B0D

Text Example


Text Example

White with #353B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,13); }

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

background-color css

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

 a { background-color: rgb(53,59,13); }

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

border-color css

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

 span { border-color: rgb(53,59,13); }

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