Html Css Color HEX #367C3F Japanese Laurel

📋 copy color: '#367C3F'

red 54 ◦ green 124 ◦ blue 63

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

Shades of Japanese Laurel #367C3F

Tints of Japanese Laurel #367C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.14%

R = 22.41%
G = 51.45%
B = 26.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#367C3F (or 0x367C3F) is known color: Japanese Laurel. HEX triplet: 36, 7C and 3F. RGB value is (54,124,63). Sum of RGB (Red+Green+Blue) = 54+124+63=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #367C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C3F is #C983C0. Grayscale: #606060. Windows color (decimal): -13206465 or 4160566. OLE color: 4160566.

HSL color Cylindrical-coordinate representation of color #367C3F: hue angle of 127.71º 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 #367C3F is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 124 63 -
CMYK 0.56 0 0.49 0.51
HSL 127.71º 0.39% 0.35% -
HSV(B) 127.71º 0.56% 0.49% -
XYZ 9.63 15.56 7.2 -
YUV 96.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 54 124 63 0.56 0 0.49 0.51 127.71 0.39 0.35
Hex 36 7C 3F 38 0 31 33 80 27 23
Octal 66 174 77 70 0 61 63 200 47 43
Binary 110110 1111100 111111 111000 0 110001 110011 10000000 100111 100011

Color Harmonies of #367C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C3F

Black with #367C3F

Text Example


Text Example

White with #367C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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