Html Css Color HEX #377C3C Japanese Laurel

📋 copy color: '#377C3C'

red 55 ◦ green 124 ◦ blue 60

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

Shades of Japanese Laurel #377C3C

Tints of Japanese Laurel #377C3C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.88%

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 23.01%
G = 51.88%
B = 25.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#377C3C (or 0x377C3C) is known color: Japanese Laurel. HEX triplet: 37, 7C and 3C. RGB value is (55,124,60). Sum of RGB (Red+Green+Blue) = 55+124+60=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #377C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377C3C is #C883C3. Grayscale: #606060. Windows color (decimal): -13140932 or 3963959. OLE color: 3963959.

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

Color convert

RGB 55 124 60 -
CMYK 0.56 0 0.52 0.51
HSL 124.35º 0.39% 0.35% -
HSV(B) 124.35º 0.56% 0.49% -
XYZ 9.6 15.55 6.77 -
YUV 96.07 107.64 98.7 -
System Red Green Blue C M Y K H S L
Decimal 55 124 60 0.56 0 0.52 0.51 124.35 0.39 0.35
Hex 37 7C 3C 38 0 34 33 7C 27 23
Octal 67 174 74 70 0 64 63 174 47 43
Binary 110111 1111100 111100 111000 0 110100 110011 1111100 100111 100011

Color Harmonies of #377C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C3C

Black with #377C3C

Text Example


Text Example

White with #377C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,124,60); }

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

background-color css

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

 a { background-color: rgb(55,124,60); }

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

border-color css

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

 span { border-color: rgb(55,124,60); }

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