Html Css Color HEX #377B3B Japanese Laurel

📋 copy color: '#377B3B'

red 55 ◦ green 123 ◦ blue 59

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

Shades of Japanese Laurel #377B3B

Tints of Japanese Laurel #377B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 23.21%
G = 51.9%
B = 24.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#377B3B (or 0x377B3B) is known color: Japanese Laurel. HEX triplet: 37, 7B and 3B. RGB value is (55,123,59). Sum of RGB (Red+Green+Blue) = 55+123+59=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #377B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B3B is #C884C4. Grayscale: #5F5F5F. Windows color (decimal): -13141189 or 3898167. OLE color: 3898167.

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

Color convert

RGB 55 123 59 -
CMYK 0.55 0 0.52 0.52
HSL 123.53º 0.38% 0.35% -
HSV(B) 123.53º 0.55% 0.48% -
XYZ 9.45 15.29 6.59 -
YUV 95.37 107.47 99.2 -
System Red Green Blue C M Y K H S L
Decimal 55 123 59 0.55 0 0.52 0.52 123.53 0.38 0.35
Hex 37 7B 3B 37 0 34 34 7C 26 23
Octal 67 173 73 67 0 64 64 174 46 43
Binary 110111 1111011 111011 110111 0 110100 110100 1111100 100110 100011

Color Harmonies of #377B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B3B

Black with #377B3B

Text Example


Text Example

White with #377B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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