Html Css Color HEX #364700 Turtle Green

📋 copy color: '#364700'

red 54 ◦ green 71 ◦ blue 0

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

Shades of Turtle Green #364700

Tints of Turtle Green #364700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.2%
G = 56.8%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#364700 (or 0x364700) is known color: Turtle Green. HEX triplet: 36, 47 and 00. RGB value is (54,71,0). Sum of RGB (Red+Green+Blue) = 54+71+0=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #364700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364700 is #C9B8FF. Grayscale: #3A3A3A. Windows color (decimal): -13220096 or 18230. OLE color: 18230.

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

Color convert

RGB 54 71 0 -
CMYK 0.24 0 1 0.72
HSL 74.37º 1% 0.14% -
HSV(B) 74.37º 1% 0.28% -
XYZ 3.77 5.29 0.82 -
YUV 57.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 54 71 0 0.24 0 1 0.72 74.37 1 0.14
Hex 36 47 0 18 0 64 48 4A 64 E
Octal 66 107 0 30 0 144 110 112 144 16
Binary 110110 1000111 0 11000 0 1100100 1001000 1001010 1100100 1110

Color Harmonies of #364700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364700

Black with #364700

Text Example


Text Example

White with #364700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364700; }

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

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

background-color css

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

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

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

border-color css

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

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

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