Html Css Color HEX #387C3A Japanese Laurel

📋 copy color: '#387C3A'

red 56 ◦ green 124 ◦ blue 58

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

Shades of Japanese Laurel #387C3A

Tints of Japanese Laurel #387C3A

RGB

 RED value IS 56 (22.27% from 255) = 23.53%

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

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

R = 23.53%
G = 52.1%
B = 24.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#387C3A (or 0x387C3A) is known color: Japanese Laurel. HEX triplet: 38, 7C and 3A. RGB value is (56,124,58). Sum of RGB (Red+Green+Blue) = 56+124+58=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #387C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C3A is #C783C5. Grayscale: #606060. Windows color (decimal): -13075398 or 3832888. OLE color: 3832888.

HSL color Cylindrical-coordinate representation of color #387C3A: hue angle of 121.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C3A is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 58 -
CMYK 0.55 0 0.53 0.51
HSL 121.76º 0.38% 0.35% -
HSV(B) 121.76º 0.55% 0.49% -
XYZ 9.6 15.56 6.5 -
YUV 96.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 56 124 58 0.55 0 0.53 0.51 121.76 0.38 0.35
Hex 38 7C 3A 37 0 35 33 7A 26 23
Octal 70 174 72 67 0 65 63 172 46 43
Binary 111000 1111100 111010 110111 0 110101 110011 1111010 100110 100011

Color Harmonies of #387C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C3A

Black with #387C3A

Text Example


Text Example

White with #387C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387C3A; }

 p { color: rgb(56,124,58); }

 H1.HeaderClassName
 {
   color: #387C3A;
 }
 .AnyTagClassName
 {
   color: #387C3A;
 }
</style>

background-color css

<style>
 a { background-color: #387C3A; }

 a { background-color: rgb(56,124,58); }

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

border-color css

<style>
 span { border-color: #387C3A; }

 span { border-color: rgb(56,124,58); }

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