Html Css Color HEX #364B10 Turtle Green

📋 copy color: '#364B10'

red 54 ◦ green 75 ◦ blue 16

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

Shades of Turtle Green #364B10

Tints of Turtle Green #364B10

RGB

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

 GREEN value IS 75 (29.69% from 255) = 51.72%

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

R = 37.24%
G = 51.72%
B = 11.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#364B10 (or 0x364B10) is known color: Turtle Green. HEX triplet: 36, 4B and 10. RGB value is (54,75,16). Sum of RGB (Red+Green+Blue) = 54+75+16=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #364B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364B10 is #C9B4EF. Grayscale: #3E3E3E. Windows color (decimal): -13219056 or 1067830. OLE color: 1067830.

HSL color Cylindrical-coordinate representation of color #364B10: hue angle of 81.36º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #364B10 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 75 16 -
CMYK 0.28 0 0.79 0.71
HSL 81.36º 0.65% 0.18% -
HSV(B) 81.36º 0.79% 0.29% -
XYZ 4.13 5.85 1.4 -
YUV 62 102.04 122.3 -
System Red Green Blue C M Y K H S L
Decimal 54 75 16 0.28 0 0.79 0.71 81.36 0.65 0.18
Hex 36 4B 10 1C 0 4F 47 51 41 12
Octal 66 113 20 34 0 117 107 121 101 22
Binary 110110 1001011 10000 11100 0 1001111 1000111 1010001 1000001 10010

Color Harmonies of #364B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B10

Black with #364B10

Text Example


Text Example

White with #364B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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