Html Css Color HEX #378531 Japanese Laurel

📋 copy color: '#378531'

red 55 ◦ green 133 ◦ blue 49

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

Shades of Japanese Laurel #378531

Tints of Japanese Laurel #378531

RGB

 RED value IS 55 (21.88% from 255) = 23.21%

 GREEN value IS 133 (52.34% from 255) = 56.12%

 BLUE value IS 49 (19.53% from 255) = 20.68%

R = 23.21%
G = 56.12%
B = 20.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#378531 (or 0x378531) is known color: Japanese Laurel. HEX triplet: 37, 85 and 31. RGB value is (55,133,49). Sum of RGB (Red+Green+Blue) = 55+133+49=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #378531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378531 is #C87ACE. Grayscale: #646464. Windows color (decimal): -13138639 or 3245367. OLE color: 3245367.

HSL color Cylindrical-coordinate representation of color #378531: hue angle of 115.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378531 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 49 -
CMYK 0.59 0 0.63 0.48
HSL 115.71º 0.46% 0.36% -
HSV(B) 115.71º 0.63% 0.52% -
XYZ 10.52 17.81 5.79 -
YUV 100.1 99.16 95.83 -
System Red Green Blue C M Y K H S L
Decimal 55 133 49 0.59 0 0.63 0.48 115.71 0.46 0.36
Hex 37 85 31 3B 0 3F 30 74 2E 24
Octal 67 205 61 73 0 77 60 164 56 44
Binary 110111 10000101 110001 111011 0 111111 110000 1110100 101110 100100

Color Harmonies of #378531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378531

Black with #378531

Text Example


Text Example

White with #378531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378531; }

 p { color: rgb(55,133,49); }

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

background-color css

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

 a { background-color: rgb(55,133,49); }

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

border-color css

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

 span { border-color: rgb(55,133,49); }

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