Html Css Color HEX #367230 Japanese Laurel

📋 copy color: '#367230'

red 54 ◦ green 114 ◦ blue 48

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

Shades of Japanese Laurel #367230

Tints of Japanese Laurel #367230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.78%

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

R = 25%
G = 52.78%
B = 22.22%

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

#367230 (or 0x367230) is known color: Japanese Laurel. HEX triplet: 36, 72 and 30. RGB value is (54,114,48). Sum of RGB (Red+Green+Blue) = 54+114+48=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #367230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367230 is #C98DCF. Grayscale: #585858. Windows color (decimal): -13209040 or 3174966. OLE color: 3174966.

HSL color Cylindrical-coordinate representation of color #367230: hue angle of 114.55º 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 #367230 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 48 -
CMYK 0.53 0 0.58 0.55
HSL 114.55º 0.41% 0.32% -
HSV(B) 114.55º 0.58% 0.45% -
XYZ 8.07 13.03 4.89 -
YUV 88.54 105.12 103.37 -
System Red Green Blue C M Y K H S L
Decimal 54 114 48 0.53 0 0.58 0.55 114.55 0.41 0.32
Hex 36 72 30 35 0 3A 37 73 29 20
Octal 66 162 60 65 0 72 67 163 51 40
Binary 110110 1110010 110000 110101 0 111010 110111 1110011 101001 100000

Color Harmonies of #367230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367230

Black with #367230

Text Example


Text Example

White with #367230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367230; }

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

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

background-color css

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

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

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

border-color css

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

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

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