Html Css Color HEX #367C3A Japanese Laurel

📋 copy color: '#367C3A'

red 54 ◦ green 124 ◦ blue 58

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

Shades of Japanese Laurel #367C3A

Tints of Japanese Laurel #367C3A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 52.54%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 22.88%
G = 52.54%
B = 24.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#367C3A (or 0x367C3A) is known color: Japanese Laurel. HEX triplet: 36, 7C and 3A. RGB value is (54,124,58). Sum of RGB (Red+Green+Blue) = 54+124+58=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #367C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C3A is #C983C5. Grayscale: #5F5F5F. Windows color (decimal): -13206470 or 3832886. OLE color: 3832886.

HSL color Cylindrical-coordinate representation of color #367C3A: hue angle of 123.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367C3A is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 124 58 -
CMYK 0.56 0 0.53 0.51
HSL 123.43º 0.39% 0.35% -
HSV(B) 123.43º 0.56% 0.49% -
XYZ 9.49 15.51 6.5 -
YUV 95.55 106.81 98.37 -
System Red Green Blue C M Y K H S L
Decimal 54 124 58 0.56 0 0.53 0.51 123.43 0.39 0.35
Hex 36 7C 3A 38 0 35 33 7B 27 23
Octal 66 174 72 70 0 65 63 173 47 43
Binary 110110 1111100 111010 111000 0 110101 110011 1111011 100111 100011

Color Harmonies of #367C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C3A

Black with #367C3A

Text Example


Text Example

White with #367C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367C3A; }

 p { color: rgb(54,124,58); }

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

background-color css

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

 a { background-color: rgb(54,124,58); }

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

border-color css

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

 span { border-color: rgb(54,124,58); }

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