Html Css Color HEX #377C3F Japanese Laurel

📋 copy color: '#377C3F'

red 55 ◦ green 124 ◦ blue 63

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

Shades of Japanese Laurel #377C3F

Tints of Japanese Laurel #377C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.03%

R = 22.73%
G = 51.24%
B = 26.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#377C3F (or 0x377C3F) is known color: Japanese Laurel. HEX triplet: 37, 7C and 3F. RGB value is (55,124,63). Sum of RGB (Red+Green+Blue) = 55+124+63=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #377C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377C3F is #C883C0. Grayscale: #606060. Windows color (decimal): -13140929 or 4160567. OLE color: 4160567.

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

Color convert

RGB 55 124 63 -
CMYK 0.56 0 0.49 0.51
HSL 126.96º 0.39% 0.35% -
HSV(B) 126.96º 0.56% 0.49% -
XYZ 9.68 15.59 7.2 -
YUV 96.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 55 124 63 0.56 0 0.49 0.51 126.96 0.39 0.35
Hex 37 7C 3F 38 0 31 33 7F 27 23
Octal 67 174 77 70 0 61 63 177 47 43
Binary 110111 1111100 111111 111000 0 110001 110011 1111111 100111 100011

Color Harmonies of #377C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C3F

Black with #377C3F

Text Example


Text Example

White with #377C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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