Html Css Color HEX #353F01 Turtle Green

📋 copy color: '#353F01'

red 53 ◦ green 63 ◦ blue 1

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

Shades of Turtle Green #353F01

Tints of Turtle Green #353F01

RGB

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

 GREEN value IS 63 (25% from 255) = 53.85%

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

R = 45.3%
G = 53.85%
B = 0.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#353F01 (or 0x353F01) is known color: Turtle Green. HEX triplet: 35, 3F and 01. RGB value is (53,63,1). Sum of RGB (Red+Green+Blue) = 53+63+1=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 63 (25% from 255 or 53.85% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 63 - color contains mainly: green. Hex color #353F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353F01 is #CAC0FE. Grayscale: #353535. Windows color (decimal): -13287679 or 81717. OLE color: 81717.

HSL color Cylindrical-coordinate representation of color #353F01: hue angle of 69.68º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #353F01 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 63 1 -
CMYK 0.16 0 0.98 0.75
HSL 69.68º 0.97% 0.13% -
HSV(B) 69.68º 0.98% 0.25% -
XYZ 3.25 4.31 0.69 -
YUV 52.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 53 63 1 0.16 0 0.98 0.75 69.68 0.97 0.13
Hex 35 3F 1 10 0 62 4B 46 61 D
Octal 65 77 1 20 0 142 113 106 141 15
Binary 110101 111111 1 10000 0 1100010 1001011 1000110 1100001 1101

Color Harmonies of #353F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F01

Black with #353F01

Text Example


Text Example

White with #353F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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