Html Css Color HEX #364111 Turtle Green

📋 copy color: '#364111'

red 54 ◦ green 65 ◦ blue 17

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

Shades of Turtle Green #364111

Tints of Turtle Green #364111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 39.71%
G = 47.79%
B = 12.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#364111 (or 0x364111) is known color: Turtle Green. HEX triplet: 36, 41 and 11. RGB value is (54,65,17). Sum of RGB (Red+Green+Blue) = 54+65+17=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #364111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364111 is #C9BEEE. Grayscale: #383838. Windows color (decimal): -13221615 or 1130806. OLE color: 1130806.

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

Color convert

RGB 54 65 17 -
CMYK 0.17 0 0.74 0.75
HSL 73.75º 0.59% 0.16% -
HSV(B) 73.75º 0.74% 0.25% -
XYZ 3.51 4.61 1.23 -
YUV 56.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 54 65 17 0.17 0 0.74 0.75 73.75 0.59 0.16
Hex 36 41 11 11 0 4A 4B 4A 3B 10
Octal 66 101 21 21 0 112 113 112 73 20
Binary 110110 1000001 10001 10001 0 1001010 1001011 1001010 111011 10000

Color Harmonies of #364111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364111

Black with #364111

Text Example


Text Example

White with #364111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364111; }

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

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

background-color css

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

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

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

border-color css

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

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

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