Html Css Color HEX #367341 Japanese Laurel

📋 copy color: '#367341'

red 54 ◦ green 115 ◦ blue 65

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

Shades of Japanese Laurel #367341

Tints of Japanese Laurel #367341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.15%

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

R = 23.08%
G = 49.15%
B = 27.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#367341 (or 0x367341) is known color: Japanese Laurel. HEX triplet: 36, 73 and 41. RGB value is (54,115,65). Sum of RGB (Red+Green+Blue) = 54+115+65=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #367341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367341 is #C98CBE. Grayscale: #5B5B5B. Windows color (decimal): -13208767 or 4289334. OLE color: 4289334.

HSL color Cylindrical-coordinate representation of color #367341: hue angle of 130.82º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367341 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 115 65 -
CMYK 0.53 0 0.43 0.55
HSL 130.82º 0.36% 0.33% -
HSV(B) 130.82º 0.53% 0.45% -
XYZ 8.61 13.43 7.14 -
YUV 91.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 54 115 65 0.53 0 0.43 0.55 130.82 0.36 0.33
Hex 36 73 41 35 0 2B 37 83 24 21
Octal 66 163 101 65 0 53 67 203 44 41
Binary 110110 1110011 1000001 110101 0 101011 110111 10000011 100100 100001

Color Harmonies of #367341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367341

Black with #367341

Text Example


Text Example

White with #367341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367341; }

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

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

background-color css

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

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

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

border-color css

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

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

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