Html Css Color HEX #377F3D Japanese Laurel

📋 copy color: '#377F3D'

red 55 ◦ green 127 ◦ blue 61

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

Shades of Japanese Laurel #377F3D

Tints of Japanese Laurel #377F3D

RGB

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

 GREEN value IS 127 (50% from 255) = 52.26%

 BLUE value IS 61 (24.22% from 255) = 25.1%

R = 22.63%
G = 52.26%
B = 25.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#377F3D (or 0x377F3D) is known color: Japanese Laurel. HEX triplet: 37, 7F and 3D. RGB value is (55,127,61). Sum of RGB (Red+Green+Blue) = 55+127+61=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #377F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377F3D is #C880C2. Grayscale: #626262. Windows color (decimal): -13140163 or 4030263. OLE color: 4030263.

HSL color Cylindrical-coordinate representation of color #377F3D: hue angle of 125º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F3D is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 61 -
CMYK 0.57 0 0.52 0.50
HSL 125º 0.4% 0.36% -
HSV(B) 125º 0.57% 0.5% -
XYZ 10.01 16.33 7.04 -
YUV 97.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 55 127 61 0.57 0 0.52 0.50 125 0.4 0.36
Hex 37 7F 3D 39 0 34 32 7D 28 24
Octal 67 177 75 71 0 64 62 175 50 44
Binary 110111 1111111 111101 111001 0 110100 110010 1111101 101000 100100

Color Harmonies of #377F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F3D

Black with #377F3D

Text Example


Text Example

White with #377F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,127,61); }

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

background-color css

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

 a { background-color: rgb(55,127,61); }

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

border-color css

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

 span { border-color: rgb(55,127,61); }

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