Html Css Color HEX #364B01 Turtle Green

📋 copy color: '#364B01'

red 54 ◦ green 75 ◦ blue 1

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

Shades of Turtle Green #364B01

Tints of Turtle Green #364B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 57.69%

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

R = 41.54%
G = 57.69%
B = 0.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#364B01 (or 0x364B01) is known color: Turtle Green. HEX triplet: 36, 4B and 01. RGB value is (54,75,1). Sum of RGB (Red+Green+Blue) = 54+75+1=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #364B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364B01 is #C9B4FE. Grayscale: #3C3C3C. Windows color (decimal): -13219071 or 84790. OLE color: 84790.

HSL color Cylindrical-coordinate representation of color #364B01: hue angle of 77.03º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #364B01 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 75 1 -
CMYK 0.28 0 0.99 0.71
HSL 77.03º 0.97% 0.15% -
HSV(B) 77.03º 0.99% 0.29% -
XYZ 4.04 5.82 0.94 -
YUV 60.29 94.54 123.52 -
System Red Green Blue C M Y K H S L
Decimal 54 75 1 0.28 0 0.99 0.71 77.03 0.97 0.15
Hex 36 4B 1 1C 0 63 47 4D 61 F
Octal 66 113 1 34 0 143 107 115 141 17
Binary 110110 1001011 1 11100 0 1100011 1000111 1001101 1100001 1111

Color Harmonies of #364B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B01

Black with #364B01

Text Example


Text Example

White with #364B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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