Html Css Color HEX #353B01 Turtle Green

📋 copy color: '#353B01'

red 53 ◦ green 59 ◦ blue 1

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

Shades of Turtle Green #353B01

Tints of Turtle Green #353B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 46.9%
G = 52.21%
B = 0.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#353B01 (or 0x353B01) is known color: Turtle Green. HEX triplet: 35, 3B and 01. RGB value is (53,59,1). Sum of RGB (Red+Green+Blue) = 53+59+1=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #353B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353B01 is #CAC4FE. Grayscale: #323232. Windows color (decimal): -13288703 or 80693. OLE color: 80693.

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

Color convert

RGB 53 59 1 -
CMYK 0.10 0 0.98 0.77
HSL 66.21º 0.97% 0.12% -
HSV(B) 66.21º 0.98% 0.23% -
XYZ 3.04 3.89 0.62 -
YUV 50.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 53 59 1 0.10 0 0.98 0.77 66.21 0.97 0.12
Hex 35 3B 1 A 0 62 4D 42 61 C
Octal 65 73 1 12 0 142 115 102 141 14
Binary 110101 111011 1 1010 0 1100010 1001101 1000010 1100001 1100

Color Harmonies of #353B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B01

Black with #353B01

Text Example


Text Example

White with #353B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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