Html Css Color HEX #364110 Turtle Green

📋 copy color: '#364110'

red 54 ◦ green 65 ◦ blue 16

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

Shades of Turtle Green #364110

Tints of Turtle Green #364110

RGB

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

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

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

R = 40%
G = 48.15%
B = 11.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#364110 (or 0x364110) is known color: Turtle Green. HEX triplet: 36, 41 and 10. RGB value is (54,65,16). Sum of RGB (Red+Green+Blue) = 54+65+16=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #364110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364110 is #C9BEEF. Grayscale: #383838. Windows color (decimal): -13221616 or 1065270. OLE color: 1065270.

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

Color convert

RGB 54 65 16 -
CMYK 0.17 0 0.75 0.75
HSL 73.47º 0.6% 0.16% -
HSV(B) 73.47º 0.75% 0.25% -
XYZ 3.51 4.6 1.19 -
YUV 56.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 54 65 16 0.17 0 0.75 0.75 73.47 0.6 0.16
Hex 36 41 10 11 0 4B 4B 49 3C 10
Octal 66 101 20 21 0 113 113 111 74 20
Binary 110110 1000001 10000 10001 0 1001011 1001011 1001001 111100 10000

Color Harmonies of #364110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364110

Black with #364110

Text Example


Text Example

White with #364110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364110; }

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

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

background-color css

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

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

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

border-color css

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

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

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