Html Css Color HEX #353602 Turtle Green

📋 copy color: '#353602'

red 53 ◦ green 54 ◦ blue 2

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

Shades of Turtle Green #353602

Tints of Turtle Green #353602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 49.54%

 BLUE value IS 2 (1.17% from 255) = 1.83%

R = 48.62%
G = 49.54%
B = 1.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#353602 (or 0x353602) is known color: Turtle Green. HEX triplet: 35, 36 and 02. RGB value is (53,54,2). Sum of RGB (Red+Green+Blue) = 53+54+2=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #353602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353602 is #CAC9FD. Grayscale: #2F2F2F. Windows color (decimal): -13289982 or 144949. OLE color: 144949.

HSL color Cylindrical-coordinate representation of color #353602: hue angle of 61.15º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #353602 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 54 2 -
CMYK 0.02 0 0.96 0.79
HSL 61.15º 0.93% 0.11% -
HSV(B) 61.15º 0.96% 0.21% -
XYZ 2.8 3.4 0.57 -
YUV 47.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 53 54 2 0.02 0 0.96 0.79 61.15 0.93 0.11
Hex 35 36 2 2 0 60 4F 3D 5D B
Octal 65 66 2 2 0 140 117 75 135 13
Binary 110101 110110 10 10 0 1100000 1001111 111101 1011101 1011

Color Harmonies of #353602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353602

Black with #353602

Text Example


Text Example

White with #353602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353602; }

 p { color: rgb(53,54,2); }

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

background-color css

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

 a { background-color: rgb(53,54,2); }

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

border-color css

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

 span { border-color: rgb(53,54,2); }

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