Html Css Color HEX #363C01 Turtle Green

📋 copy color: '#363C01'

red 54 ◦ green 60 ◦ blue 1

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

Shades of Turtle Green #363C01

Tints of Turtle Green #363C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 52.17%

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

R = 46.96%
G = 52.17%
B = 0.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#363C01 (or 0x363C01) is known color: Turtle Green. HEX triplet: 36, 3C and 01. RGB value is (54,60,1). Sum of RGB (Red+Green+Blue) = 54+60+1=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 60 (23.83% from 255 or 52.17% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 60 - color contains mainly: green. Hex color #363C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363C01 is #C9C3FE. Grayscale: #333333. Windows color (decimal): -13222911 or 80950. OLE color: 80950.

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

Color convert

RGB 54 60 1 -
CMYK 0.10 0 0.98 0.76
HSL 66.1º 0.97% 0.12% -
HSV(B) 66.1º 0.98% 0.24% -
XYZ 3.14 4.02 0.64 -
YUV 51.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 54 60 1 0.10 0 0.98 0.76 66.1 0.97 0.12
Hex 36 3C 1 A 0 62 4C 42 61 C
Octal 66 74 1 12 0 142 114 102 141 14
Binary 110110 111100 1 1010 0 1100010 1001100 1000010 1100001 1100

Color Harmonies of #363C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C01

Black with #363C01

Text Example


Text Example

White with #363C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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