Html Css Color HEX #364510 Turtle Green

📋 copy color: '#364510'

red 54 ◦ green 69 ◦ blue 16

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

Shades of Turtle Green #364510

Tints of Turtle Green #364510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 49.64%

 BLUE value IS 16 (6.64% from 255) = 11.51%

R = 38.85%
G = 49.64%
B = 11.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#364510 (or 0x364510) is known color: Turtle Green. HEX triplet: 36, 45 and 10. RGB value is (54,69,16). Sum of RGB (Red+Green+Blue) = 54+69+16=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #364510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364510 is #C9BAEF. Grayscale: #3A3A3A. Windows color (decimal): -13220592 or 1066294. OLE color: 1066294.

HSL color Cylindrical-coordinate representation of color #364510: hue angle of 76.98º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #364510 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 69 16 -
CMYK 0.22 0 0.77 0.73
HSL 76.98º 0.62% 0.17% -
HSV(B) 76.98º 0.77% 0.27% -
XYZ 3.74 5.08 1.27 -
YUV 58.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 54 69 16 0.22 0 0.77 0.73 76.98 0.62 0.17
Hex 36 45 10 16 0 4D 49 4D 3E 11
Octal 66 105 20 26 0 115 111 115 76 21
Binary 110110 1000101 10000 10110 0 1001101 1001001 1001101 111110 10001

Color Harmonies of #364510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364510

Black with #364510

Text Example


Text Example

White with #364510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364510; }

 p { color: rgb(54,69,16); }

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

background-color css

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

 a { background-color: rgb(54,69,16); }

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

border-color css

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

 span { border-color: rgb(54,69,16); }

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