Html Css Color HEX #367B41 Japanese Laurel

📋 copy color: '#367B41'

red 54 ◦ green 123 ◦ blue 65

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

Shades of Japanese Laurel #367B41

Tints of Japanese Laurel #367B41

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.83%

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 22.31%
G = 50.83%
B = 26.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#367B41 (or 0x367B41) is known color: Japanese Laurel. HEX triplet: 36, 7B and 41. RGB value is (54,123,65). Sum of RGB (Red+Green+Blue) = 54+123+65=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #367B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367B41 is #C984BE. Grayscale: #5F5F5F. Windows color (decimal): -13206719 or 4291382. OLE color: 4291382.

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

Color convert

RGB 54 123 65 -
CMYK 0.56 0 0.47 0.52
HSL 129.57º 0.39% 0.35% -
HSV(B) 129.57º 0.56% 0.48% -
XYZ 9.56 15.33 7.46 -
YUV 95.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 54 123 65 0.56 0 0.47 0.52 129.57 0.39 0.35
Hex 36 7B 41 38 0 2F 34 82 27 23
Octal 66 173 101 70 0 57 64 202 47 43
Binary 110110 1111011 1000001 111000 0 101111 110100 10000010 100111 100011

Color Harmonies of #367B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B41

Black with #367B41

Text Example


Text Example

White with #367B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,123,65); }

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

background-color css

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

 a { background-color: rgb(54,123,65); }

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

border-color css

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

 span { border-color: rgb(54,123,65); }

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