Html Css Color HEX #364701 Turtle Green

📋 copy color: '#364701'

red 54 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #364701

Tints of Turtle Green #364701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 56.35%

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

R = 42.86%
G = 56.35%
B = 0.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#364701 (or 0x364701) is known color: Turtle Green. HEX triplet: 36, 47 and 01. RGB value is (54,71,1). Sum of RGB (Red+Green+Blue) = 54+71+1=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #364701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364701 is #C9B8FE. Grayscale: #3A3A3A. Windows color (decimal): -13220095 or 83766. OLE color: 83766.

HSL color Cylindrical-coordinate representation of color #364701: hue angle of 74.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #364701 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 71 1 -
CMYK 0.24 0 0.99 0.72
HSL 74.57º 0.97% 0.14% -
HSV(B) 74.57º 0.99% 0.28% -
XYZ 3.78 5.29 0.85 -
YUV 57.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 54 71 1 0.24 0 0.99 0.72 74.57 0.97 0.14
Hex 36 47 1 18 0 63 48 4B 61 E
Octal 66 107 1 30 0 143 110 113 141 16
Binary 110110 1000111 1 11000 0 1100011 1001000 1001011 1100001 1110

Color Harmonies of #364701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364701

Black with #364701

Text Example


Text Example

White with #364701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364701; }

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

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

background-color css

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

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

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

border-color css

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

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

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