Html Css Color HEX #363701 Turtle Green

📋 copy color: '#363701'

red 54 ◦ green 55 ◦ blue 1

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

Shades of Turtle Green #363701

Tints of Turtle Green #363701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50%

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

R = 49.09%
G = 50%
B = 0.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#363701 (or 0x363701) is known color: Turtle Green. HEX triplet: 36, 37 and 01. RGB value is (54,55,1). Sum of RGB (Red+Green+Blue) = 54+55+1=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #363701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363701 is #C9C8FE. Grayscale: #303030. Windows color (decimal): -13224191 or 79670. OLE color: 79670.

HSL color Cylindrical-coordinate representation of color #363701: hue angle of 61.11º 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 #363701 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 55 1 -
CMYK 0.02 0 0.98 0.78
HSL 61.11º 0.96% 0.11% -
HSV(B) 61.11º 0.98% 0.22% -
XYZ 2.89 3.52 0.56 -
YUV 48.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 54 55 1 0.02 0 0.98 0.78 61.11 0.96 0.11
Hex 36 37 1 2 0 62 4E 3D 60 B
Octal 66 67 1 2 0 142 116 75 140 13
Binary 110110 110111 1 10 0 1100010 1001110 111101 1100000 1011

Color Harmonies of #363701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363701

Black with #363701

Text Example


Text Example

White with #363701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363701; }

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

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

background-color css

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

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

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

border-color css

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

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

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