Html Css Color HEX #364119 Turtle Green

📋 copy color: '#364119'

red 54 ◦ green 65 ◦ blue 25

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

Shades of Turtle Green #364119

Tints of Turtle Green #364119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 37.5%
G = 45.14%
B = 17.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#364119 (or 0x364119) is known color: Turtle Green. HEX triplet: 36, 41 and 19. RGB value is (54,65,25). Sum of RGB (Red+Green+Blue) = 54+65+25=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #364119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364119 is #C9BEE6. Grayscale: #393939. Windows color (decimal): -13221607 or 1655094. OLE color: 1655094.

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

Color convert

RGB 54 65 25 -
CMYK 0.17 0 0.62 0.75
HSL 76.5º 0.44% 0.18% -
HSV(B) 76.5º 0.62% 0.25% -
XYZ 3.59 4.64 1.63 -
YUV 57.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 54 65 25 0.17 0 0.62 0.75 76.5 0.44 0.18
Hex 36 41 19 11 0 3E 4B 4C 2C 12
Octal 66 101 31 21 0 76 113 114 54 22
Binary 110110 1000001 11001 10001 0 111110 1001011 1001100 101100 10010

Color Harmonies of #364119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364119

Black with #364119

Text Example


Text Example

White with #364119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364119; }

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

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

background-color css

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

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

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

border-color css

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

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

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