Html Css Color HEX #377A3F Japanese Laurel

📋 copy color: '#377A3F'

red 55 ◦ green 122 ◦ blue 63

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

Shades of Japanese Laurel #377A3F

Tints of Japanese Laurel #377A3F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.83%

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

R = 22.92%
G = 50.83%
B = 26.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#377A3F (or 0x377A3F) is known color: Japanese Laurel. HEX triplet: 37, 7A and 3F. RGB value is (55,122,63). Sum of RGB (Red+Green+Blue) = 55+122+63=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #377A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A3F is #C885C0. Grayscale: #5F5F5F. Windows color (decimal): -13141441 or 4160055. OLE color: 4160055.

HSL color Cylindrical-coordinate representation of color #377A3F: hue angle of 127.16º 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 #377A3F is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 122 63 -
CMYK 0.55 0 0.48 0.52
HSL 127.16º 0.38% 0.35% -
HSV(B) 127.16º 0.55% 0.48% -
XYZ 9.43 15.09 7.12 -
YUV 95.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 55 122 63 0.55 0 0.48 0.52 127.16 0.38 0.35
Hex 37 7A 3F 37 0 30 34 7F 26 23
Octal 67 172 77 67 0 60 64 177 46 43
Binary 110111 1111010 111111 110111 0 110000 110100 1111111 100110 100011

Color Harmonies of #377A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377A3F

Black with #377A3F

Text Example


Text Example

White with #377A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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