Html Css Color HEX #377C2F Japanese Laurel

📋 copy color: '#377C2F'

red 55 ◦ green 124 ◦ blue 47

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

Shades of Japanese Laurel #377C2F

Tints of Japanese Laurel #377C2F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 54.87%

 BLUE value IS 47 (18.75% from 255) = 20.8%

R = 24.34%
G = 54.87%
B = 20.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#377C2F (or 0x377C2F) is known color: Japanese Laurel. HEX triplet: 37, 7C and 2F. RGB value is (55,124,47). Sum of RGB (Red+Green+Blue) = 55+124+47=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #377C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377C2F is #C883D0. Grayscale: #5E5E5E. Windows color (decimal): -13140945 or 3111991. OLE color: 3111991.

HSL color Cylindrical-coordinate representation of color #377C2F: hue angle of 113.77º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #377C2F is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 124 47 -
CMYK 0.56 0 0.62 0.51
HSL 113.77º 0.45% 0.34% -
HSV(B) 113.77º 0.62% 0.49% -
XYZ 9.3 15.43 5.18 -
YUV 94.59 101.14 99.76 -
System Red Green Blue C M Y K H S L
Decimal 55 124 47 0.56 0 0.62 0.51 113.77 0.45 0.34
Hex 37 7C 2F 38 0 3E 33 72 2D 22
Octal 67 174 57 70 0 76 63 162 55 42
Binary 110111 1111100 101111 111000 0 111110 110011 1110010 101101 100010

Color Harmonies of #377C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C2F

Black with #377C2F

Text Example


Text Example

White with #377C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377C2F; }

 p { color: rgb(55,124,47); }

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

background-color css

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

 a { background-color: rgb(55,124,47); }

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

border-color css

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

 span { border-color: rgb(55,124,47); }

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