Html Css Color HEX #364A04 Turtle Green

📋 copy color: '#364A04'

red 54 ◦ green 74 ◦ blue 4

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

Shades of Turtle Green #364A04

Tints of Turtle Green #364A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 56.06%

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

R = 40.91%
G = 56.06%
B = 3.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#364A04 (or 0x364A04) is known color: Turtle Green. HEX triplet: 36, 4A and 04. RGB value is (54,74,4). Sum of RGB (Red+Green+Blue) = 54+74+4=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 74 (29.30% from 255 or 56.06% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 74 - color contains mainly: green. Hex color #364A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364A04 is #C9B5FB. Grayscale: #3C3C3C. Windows color (decimal): -13219324 or 281142. OLE color: 281142.

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

Color convert

RGB 54 74 4 -
CMYK 0.27 0 0.95 0.71
HSL 77.14º 0.9% 0.15% -
HSV(B) 77.14º 0.95% 0.29% -
XYZ 3.99 5.69 1 -
YUV 60.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 54 74 4 0.27 0 0.95 0.71 77.14 0.9 0.15
Hex 36 4A 4 1B 0 5F 47 4D 5A F
Octal 66 112 4 33 0 137 107 115 132 17
Binary 110110 1001010 100 11011 0 1011111 1000111 1001101 1011010 1111

Color Harmonies of #364A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A04

Black with #364A04

Text Example


Text Example

White with #364A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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