Html Css Color HEX #377B2F Japanese Laurel

📋 copy color: '#377B2F'

red 55 ◦ green 123 ◦ blue 47

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

Shades of Japanese Laurel #377B2F

Tints of Japanese Laurel #377B2F

RGB

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

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

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

R = 24.44%
G = 54.67%
B = 20.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#377B2F (or 0x377B2F) is known color: Japanese Laurel. HEX triplet: 37, 7B and 2F. RGB value is (55,123,47). Sum of RGB (Red+Green+Blue) = 55+123+47=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #377B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B2F is #C884D0. Grayscale: #5E5E5E. Windows color (decimal): -13141201 or 3111735. OLE color: 3111735.

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

Color convert

RGB 55 123 47 -
CMYK 0.55 0 0.62 0.52
HSL 113.68º 0.45% 0.33% -
HSV(B) 113.68º 0.62% 0.48% -
XYZ 9.17 15.18 5.14 -
YUV 94 101.47 100.18 -
System Red Green Blue C M Y K H S L
Decimal 55 123 47 0.55 0 0.62 0.52 113.68 0.45 0.33
Hex 37 7B 2F 37 0 3E 34 72 2D 21
Octal 67 173 57 67 0 76 64 162 55 41
Binary 110111 1111011 101111 110111 0 111110 110100 1110010 101101 100001

Color Harmonies of #377B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B2F

Black with #377B2F

Text Example


Text Example

White with #377B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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