Html Css Color HEX #377B41 Japanese Laurel

📋 copy color: '#377B41'

red 55 ◦ green 123 ◦ blue 65

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

Shades of Japanese Laurel #377B41

Tints of Japanese Laurel #377B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.75%

R = 22.63%
G = 50.62%
B = 26.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#377B41 (or 0x377B41) is known color: Japanese Laurel. HEX triplet: 37, 7B and 41. RGB value is (55,123,65). Sum of RGB (Red+Green+Blue) = 55+123+65=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #377B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B41 is #C884BE. Grayscale: #606060. Windows color (decimal): -13141183 or 4291383. OLE color: 4291383.

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

Color convert

RGB 55 123 65 -
CMYK 0.55 0 0.47 0.52
HSL 128.82º 0.38% 0.35% -
HSV(B) 128.82º 0.55% 0.48% -
XYZ 9.61 15.36 7.46 -
YUV 96.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 55 123 65 0.55 0 0.47 0.52 128.82 0.38 0.35
Hex 37 7B 41 37 0 2F 34 81 26 23
Octal 67 173 101 67 0 57 64 201 46 43
Binary 110111 1111011 1000001 110111 0 101111 110100 10000001 100110 100011

Color Harmonies of #377B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B41

Black with #377B41

Text Example


Text Example

White with #377B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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