Html Css Color HEX #364804 Turtle Green

📋 copy color: '#364804'

red 54 ◦ green 72 ◦ blue 4

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

Shades of Turtle Green #364804

Tints of Turtle Green #364804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 55.38%

 BLUE value IS 4 (1.95% from 255) = 3.08%

R = 41.54%
G = 55.38%
B = 3.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#364804 (or 0x364804) is known color: Turtle Green. HEX triplet: 36, 48 and 04. RGB value is (54,72,4). Sum of RGB (Red+Green+Blue) = 54+72+4=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #364804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364804 is #C9B7FB. Grayscale: #3B3B3B. Windows color (decimal): -13219836 or 280630. OLE color: 280630.

HSL color Cylindrical-coordinate representation of color #364804: hue angle of 75.88º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #364804 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 72 4 -
CMYK 0.25 0 0.94 0.72
HSL 75.88º 0.89% 0.15% -
HSV(B) 75.88º 0.94% 0.28% -
XYZ 3.86 5.43 0.96 -
YUV 58.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 54 72 4 0.25 0 0.94 0.72 75.88 0.89 0.15
Hex 36 48 4 19 0 5E 48 4C 59 F
Octal 66 110 4 31 0 136 110 114 131 17
Binary 110110 1001000 100 11001 0 1011110 1001000 1001100 1011001 1111

Color Harmonies of #364804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364804

Black with #364804

Text Example


Text Example

White with #364804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364804; }

 p { color: rgb(54,72,4); }

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

background-color css

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

 a { background-color: rgb(54,72,4); }

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

border-color css

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

 span { border-color: rgb(54,72,4); }

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