Html Css Color HEX #367441 Japanese Laurel

📋 copy color: '#367441'

red 54 ◦ green 116 ◦ blue 65

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

Shades of Japanese Laurel #367441

Tints of Japanese Laurel #367441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.36%

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

R = 22.98%
G = 49.36%
B = 27.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#367441 (or 0x367441) is known color: Japanese Laurel. HEX triplet: 36, 74 and 41. RGB value is (54,116,65). Sum of RGB (Red+Green+Blue) = 54+116+65=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #367441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367441 is #C98BBE. Grayscale: #5B5B5B. Windows color (decimal): -13208511 or 4289590. OLE color: 4289590.

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

Color convert

RGB 54 116 65 -
CMYK 0.53 0 0.44 0.55
HSL 130.65º 0.36% 0.33% -
HSV(B) 130.65º 0.53% 0.45% -
XYZ 8.72 13.66 7.18 -
YUV 91.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 54 116 65 0.53 0 0.44 0.55 130.65 0.36 0.33
Hex 36 74 41 35 0 2C 37 83 24 21
Octal 66 164 101 65 0 54 67 203 44 41
Binary 110110 1110100 1000001 110101 0 101100 110111 10000011 100100 100001

Color Harmonies of #367441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367441

Black with #367441

Text Example


Text Example

White with #367441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367441; }

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

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

background-color css

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

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

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

border-color css

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

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

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