Html Css Color HEX #367630 Japanese Laurel

📋 copy color: '#367630'

red 54 ◦ green 118 ◦ blue 48

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

Shades of Japanese Laurel #367630

Tints of Japanese Laurel #367630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.64%

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

R = 24.55%
G = 53.64%
B = 21.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#367630 (or 0x367630) is known color: Japanese Laurel. HEX triplet: 36, 76 and 30. RGB value is (54,118,48). Sum of RGB (Red+Green+Blue) = 54+118+48=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #367630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367630 is #C989CF. Grayscale: #5B5B5B. Windows color (decimal): -13208016 or 3175990. OLE color: 3175990.

HSL color Cylindrical-coordinate representation of color #367630: hue angle of 114.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367630 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 118 48 -
CMYK 0.54 0 0.59 0.54
HSL 114.86º 0.42% 0.33% -
HSV(B) 114.86º 0.59% 0.46% -
XYZ 8.53 13.95 5.04 -
YUV 90.88 103.8 101.69 -
System Red Green Blue C M Y K H S L
Decimal 54 118 48 0.54 0 0.59 0.54 114.86 0.42 0.33
Hex 36 76 30 36 0 3B 36 73 2A 21
Octal 66 166 60 66 0 73 66 163 52 41
Binary 110110 1110110 110000 110110 0 111011 110110 1110011 101010 100001

Color Harmonies of #367630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367630

Black with #367630

Text Example


Text Example

White with #367630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367630; }

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

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

background-color css

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

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

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

border-color css

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

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

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