Html Css Color HEX #367330 Japanese Laurel

📋 copy color: '#367330'

red 54 ◦ green 115 ◦ blue 48

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

Shades of Japanese Laurel #367330

Tints of Japanese Laurel #367330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53%

 BLUE value IS 48 (19.14% from 255) = 22.12%

R = 24.88%
G = 53%
B = 22.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#367330 (or 0x367330) is known color: Japanese Laurel. HEX triplet: 36, 73 and 30. RGB value is (54,115,48). Sum of RGB (Red+Green+Blue) = 54+115+48=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #367330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367330 is #C98CCF. Grayscale: #595959. Windows color (decimal): -13208784 or 3175222. OLE color: 3175222.

HSL color Cylindrical-coordinate representation of color #367330: hue angle of 114.63º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367330 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 115 48 -
CMYK 0.53 0 0.58 0.55
HSL 114.63º 0.41% 0.32% -
HSV(B) 114.63º 0.58% 0.45% -
XYZ 8.19 13.26 4.92 -
YUV 89.12 104.79 102.95 -
System Red Green Blue C M Y K H S L
Decimal 54 115 48 0.53 0 0.58 0.55 114.63 0.41 0.32
Hex 36 73 30 35 0 3A 37 73 29 20
Octal 66 163 60 65 0 72 67 163 51 40
Binary 110110 1110011 110000 110101 0 111010 110111 1110011 101001 100000

Color Harmonies of #367330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367330

Black with #367330

Text Example


Text Example

White with #367330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367330; }

 p { color: rgb(54,115,48); }

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

background-color css

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

 a { background-color: rgb(54,115,48); }

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

border-color css

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

 span { border-color: rgb(54,115,48); }

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