Html Css Color HEX #377B3F Japanese Laurel

📋 copy color: '#377B3F'

red 55 ◦ green 123 ◦ blue 63

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

Shades of Japanese Laurel #377B3F

Tints of Japanese Laurel #377B3F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.04%

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

R = 22.82%
G = 51.04%
B = 26.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#377B3F (or 0x377B3F) is known color: Japanese Laurel. HEX triplet: 37, 7B and 3F. RGB value is (55,123,63). Sum of RGB (Red+Green+Blue) = 55+123+63=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #377B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B3F is #C884C0. Grayscale: #606060. Windows color (decimal): -13141185 or 4160311. OLE color: 4160311.

HSL color Cylindrical-coordinate representation of color #377B3F: hue angle of 127.06º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377B3F is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 123 63 -
CMYK 0.55 0 0.49 0.52
HSL 127.06º 0.38% 0.35% -
HSV(B) 127.06º 0.55% 0.48% -
XYZ 9.56 15.34 7.16 -
YUV 95.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 55 123 63 0.55 0 0.49 0.52 127.06 0.38 0.35
Hex 37 7B 3F 37 0 31 34 7F 26 23
Octal 67 173 77 67 0 61 64 177 46 43
Binary 110111 1111011 111111 110111 0 110001 110100 1111111 100110 100011

Color Harmonies of #377B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B3F

Black with #377B3F

Text Example


Text Example

White with #377B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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