Html Css Color HEX #377E3A Japanese Laurel

📋 copy color: '#377E3A'

red 55 ◦ green 126 ◦ blue 58

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

Shades of Japanese Laurel #377E3A

Tints of Japanese Laurel #377E3A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.72%

 BLUE value IS 58 (23.05% from 255) = 24.27%

R = 23.01%
G = 52.72%
B = 24.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#377E3A (or 0x377E3A) is known color: Japanese Laurel. HEX triplet: 37, 7E and 3A. RGB value is (55,126,58). Sum of RGB (Red+Green+Blue) = 55+126+58=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 126 (49.61% from 255 or 52.72% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 126 - color contains mainly: green. Hex color #377E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377E3A is #C881C5. Grayscale: #616161. Windows color (decimal): -13140422 or 3833399. OLE color: 3833399.

HSL color Cylindrical-coordinate representation of color #377E3A: hue angle of 122.54º 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 #377E3A is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 126 58 -
CMYK 0.56 0 0.54 0.51
HSL 122.54º 0.39% 0.35% -
HSV(B) 122.54º 0.56% 0.49% -
XYZ 9.8 16.04 6.58 -
YUV 97.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 55 126 58 0.56 0 0.54 0.51 122.54 0.39 0.35
Hex 37 7E 3A 38 0 36 33 7B 27 23
Octal 67 176 72 70 0 66 63 173 47 43
Binary 110111 1111110 111010 111000 0 110110 110011 1111011 100111 100011

Color Harmonies of #377E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377E3A

Black with #377E3A

Text Example


Text Example

White with #377E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,126,58); }

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

background-color css

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

 a { background-color: rgb(55,126,58); }

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

border-color css

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

 span { border-color: rgb(55,126,58); }

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