Html Css Color HEX #364104 Turtle Green

📋 copy color: '#364104'

red 54 ◦ green 65 ◦ blue 4

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

Shades of Turtle Green #364104

Tints of Turtle Green #364104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.85%

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

R = 43.9%
G = 52.85%
B = 3.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#364104 (or 0x364104) is known color: Turtle Green. HEX triplet: 36, 41 and 04. RGB value is (54,65,4). Sum of RGB (Red+Green+Blue) = 54+65+4=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #364104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364104 is #C9BEFB. Grayscale: #363636. Windows color (decimal): -13221628 or 278838. OLE color: 278838.

HSL color Cylindrical-coordinate representation of color #364104: hue angle of 70.82º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #364104 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 65 4 -
CMYK 0.17 0 0.94 0.75
HSL 70.82º 0.88% 0.14% -
HSV(B) 70.82º 0.94% 0.25% -
XYZ 3.43 4.57 0.82 -
YUV 54.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 54 65 4 0.17 0 0.94 0.75 70.82 0.88 0.14
Hex 36 41 4 11 0 5E 4B 47 58 E
Octal 66 101 4 21 0 136 113 107 130 16
Binary 110110 1000001 100 10001 0 1011110 1001011 1000111 1011000 1110

Color Harmonies of #364104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364104

Black with #364104

Text Example


Text Example

White with #364104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364104; }

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

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

background-color css

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

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

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

border-color css

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

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

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