Html Css Color HEX #364E01 Turtle Green

📋 copy color: '#364E01'

red 54 ◦ green 78 ◦ blue 1

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

Shades of Turtle Green #364E01

Tints of Turtle Green #364E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 58.65%

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

R = 40.6%
G = 58.65%
B = 0.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#364E01 (or 0x364E01) is known color: Turtle Green. HEX triplet: 36, 4E and 01. RGB value is (54,78,1). Sum of RGB (Red+Green+Blue) = 54+78+1=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 78 (30.86% from 255 or 58.65% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 78 - color contains mainly: green. Hex color #364E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364E01 is #C9B1FE. Grayscale: #3E3E3E. Windows color (decimal): -13218303 or 85558. OLE color: 85558.

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

Color convert

RGB 54 78 1 -
CMYK 0.31 0 0.99 0.69
HSL 78.7º 0.97% 0.15% -
HSV(B) 78.7º 0.99% 0.31% -
XYZ 4.25 6.24 1.01 -
YUV 62.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 54 78 1 0.31 0 0.99 0.69 78.7 0.97 0.15
Hex 36 4E 1 1F 0 63 45 4F 61 F
Octal 66 116 1 37 0 143 105 117 141 17
Binary 110110 1001110 1 11111 0 1100011 1000101 1001111 1100001 1111

Color Harmonies of #364E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364E01

Black with #364E01

Text Example


Text Example

White with #364E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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