Html Css Color HEX #363501 Turtle Green

📋 copy color: '#363501'

red 54 ◦ green 53 ◦ blue 1

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

Shades of Turtle Green #363501

Tints of Turtle Green #363501

RGB

 RED value IS 54 (21.48% from 255) = 50%

 GREEN value IS 53 (21.09% from 255) = 49.07%

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

R = 50%
G = 49.07%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#363501 (or 0x363501) is known color: Turtle Green. HEX triplet: 36, 35 and 01. RGB value is (54,53,1). Sum of RGB (Red+Green+Blue) = 54+53+1=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #363501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363501 is #C9CAFE. Grayscale: #2F2F2F. Windows color (decimal): -13224703 or 79158. OLE color: 79158.

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

Color convert

RGB 54 53 1 -
CMYK 0 0.02 0.98 0.79
HSL 58.87º 0.96% 0.11% -
HSV(B) 58.87º 0.98% 0.21% -
XYZ 2.8 3.33 0.52 -
YUV 47.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 54 53 1 0 0.02 0.98 0.79 58.87 0.96 0.11
Hex 36 35 1 0 2 62 4F 3B 60 B
Octal 66 65 1 0 2 142 117 73 140 13
Binary 110110 110101 1 0 10 1100010 1001111 111011 1100000 1011

Color Harmonies of #363501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363501

Black with #363501

Text Example


Text Example

White with #363501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363501; }

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

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

background-color css

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

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

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

border-color css

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

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

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