Html Css Color HEX #353B02 Turtle Green

📋 copy color: '#353B02'

red 53 ◦ green 59 ◦ blue 2

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

Shades of Turtle Green #353B02

Tints of Turtle Green #353B02

RGB

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

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

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

R = 46.49%
G = 51.75%
B = 1.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#353B02 (or 0x353B02) is known color: Turtle Green. HEX triplet: 35, 3B and 02. RGB value is (53,59,2). Sum of RGB (Red+Green+Blue) = 53+59+2=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #353B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353B02 is #CAC4FD. Grayscale: #323232. Windows color (decimal): -13288702 or 146229. OLE color: 146229.

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

Color convert

RGB 53 59 2 -
CMYK 0.10 0 0.97 0.77
HSL 66.32º 0.93% 0.12% -
HSV(B) 66.32º 0.97% 0.23% -
XYZ 3.04 3.89 0.65 -
YUV 50.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 53 59 2 0.10 0 0.97 0.77 66.32 0.93 0.12
Hex 35 3B 2 A 0 61 4D 42 5D C
Octal 65 73 2 12 0 141 115 102 135 14
Binary 110101 111011 10 1010 0 1100001 1001101 1000010 1011101 1100

Color Harmonies of #353B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B02

Black with #353B02

Text Example


Text Example

White with #353B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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