Html Css Color HEX #377130 Japanese Laurel

📋 copy color: '#377130'

red 55 ◦ green 113 ◦ blue 48

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

Shades of Japanese Laurel #377130

Tints of Japanese Laurel #377130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.31%

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 25.46%
G = 52.31%
B = 22.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#377130 (or 0x377130) is known color: Japanese Laurel. HEX triplet: 37, 71 and 30. RGB value is (55,113,48). Sum of RGB (Red+Green+Blue) = 55+113+48=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #377130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377130 is #C88ECF. Grayscale: #585858. Windows color (decimal): -13143760 or 3174711. OLE color: 3174711.

HSL color Cylindrical-coordinate representation of color #377130: hue angle of 113.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377130 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 48 -
CMYK 0.51 0 0.58 0.56
HSL 113.54º 0.4% 0.32% -
HSV(B) 113.54º 0.58% 0.44% -
XYZ 8.01 12.84 4.85 -
YUV 88.25 105.28 104.29 -
System Red Green Blue C M Y K H S L
Decimal 55 113 48 0.51 0 0.58 0.56 113.54 0.4 0.32
Hex 37 71 30 33 0 3A 38 72 28 20
Octal 67 161 60 63 0 72 70 162 50 40
Binary 110111 1110001 110000 110011 0 111010 111000 1110010 101000 100000

Color Harmonies of #377130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377130

Black with #377130

Text Example


Text Example

White with #377130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377130; }

 p { color: rgb(55,113,48); }

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

background-color css

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

 a { background-color: rgb(55,113,48); }

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

border-color css

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

 span { border-color: rgb(55,113,48); }

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