Html Css Color HEX #378031 Japanese Laurel

📋 copy color: '#378031'

red 55 ◦ green 128 ◦ blue 49

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

Shades of Japanese Laurel #378031

Tints of Japanese Laurel #378031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.17%

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

R = 23.71%
G = 55.17%
B = 21.12%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#378031 (or 0x378031) is known color: Japanese Laurel. HEX triplet: 37, 80 and 31. RGB value is (55,128,49). Sum of RGB (Red+Green+Blue) = 55+128+49=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #378031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378031 is #C87FCE. Grayscale: #616161. Windows color (decimal): -13139919 or 3244087. OLE color: 3244087.

HSL color Cylindrical-coordinate representation of color #378031: hue angle of 115.44º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378031 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 49 -
CMYK 0.57 0 0.62 0.50
HSL 115.44º 0.45% 0.35% -
HSV(B) 115.44º 0.62% 0.5% -
XYZ 9.85 16.47 5.57 -
YUV 97.17 100.82 97.92 -
System Red Green Blue C M Y K H S L
Decimal 55 128 49 0.57 0 0.62 0.50 115.44 0.45 0.35
Hex 37 80 31 39 0 3E 32 73 2D 23
Octal 67 200 61 71 0 76 62 163 55 43
Binary 110111 10000000 110001 111001 0 111110 110010 1110011 101101 100011

Color Harmonies of #378031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378031

Black with #378031

Text Example


Text Example

White with #378031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378031; }

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

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

background-color css

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

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

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

border-color css

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

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

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