Html Css Color HEX #363801 Turtle Green

📋 copy color: '#363801'

red 54 ◦ green 56 ◦ blue 1

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

Shades of Turtle Green #363801

Tints of Turtle Green #363801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50.45%

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

R = 48.65%
G = 50.45%
B = 0.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#363801 (or 0x363801) is known color: Turtle Green. HEX triplet: 36, 38 and 01. RGB value is (54,56,1). Sum of RGB (Red+Green+Blue) = 54+56+1=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #363801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363801 is #C9C7FE. Grayscale: #313131. Windows color (decimal): -13223935 or 79926. OLE color: 79926.

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

Color convert

RGB 54 56 1 -
CMYK 0.04 0 0.98 0.78
HSL 62.18º 0.96% 0.11% -
HSV(B) 62.18º 0.98% 0.22% -
XYZ 2.94 3.61 0.57 -
YUV 49.13 100.84 131.47 -
System Red Green Blue C M Y K H S L
Decimal 54 56 1 0.04 0 0.98 0.78 62.18 0.96 0.11
Hex 36 38 1 4 0 62 4E 3E 60 B
Octal 66 70 1 4 0 142 116 76 140 13
Binary 110110 111000 1 100 0 1100010 1001110 111110 1100000 1011

Color Harmonies of #363801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363801

Black with #363801

Text Example


Text Example

White with #363801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363801; }

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

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

background-color css

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

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

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

border-color css

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

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

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