Html Css Color HEX #363F01 Turtle Green

📋 copy color: '#363F01'

red 54 ◦ green 63 ◦ blue 1

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

Shades of Turtle Green #363F01

Tints of Turtle Green #363F01

RGB

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

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

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

R = 45.76%
G = 53.39%
B = 0.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#363F01 (or 0x363F01) is known color: Turtle Green. HEX triplet: 36, 3F and 01. RGB value is (54,63,1). Sum of RGB (Red+Green+Blue) = 54+63+1=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #363F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363F01 is #C9C0FE. Grayscale: #353535. Windows color (decimal): -13222143 or 81718. OLE color: 81718.

HSL color Cylindrical-coordinate representation of color #363F01: hue angle of 68.71º 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 #363F01 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 63 1 -
CMYK 0.14 0 0.98 0.75
HSL 68.71º 0.97% 0.13% -
HSV(B) 68.71º 0.98% 0.25% -
XYZ 3.3 4.34 0.69 -
YUV 53.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 54 63 1 0.14 0 0.98 0.75 68.71 0.97 0.13
Hex 36 3F 1 E 0 62 4B 45 61 D
Octal 66 77 1 16 0 142 113 105 141 15
Binary 110110 111111 1 1110 0 1100010 1001011 1000101 1100001 1101

Color Harmonies of #363F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F01

Black with #363F01

Text Example


Text Example

White with #363F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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