Html Css Color HEX #387F41 Japanese Laurel

📋 copy color: '#387F41'

red 56 ◦ green 127 ◦ blue 65

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

Shades of Japanese Laurel #387F41

Tints of Japanese Laurel #387F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 22.58%
G = 51.21%
B = 26.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#387F41 (or 0x387F41) is known color: Japanese Laurel. HEX triplet: 38, 7F and 41. RGB value is (56,127,65). Sum of RGB (Red+Green+Blue) = 56+127+65=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #387F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F41 is #C780BE. Grayscale: #626262. Windows color (decimal): -13074623 or 4292408. OLE color: 4292408.

HSL color Cylindrical-coordinate representation of color #387F41: hue angle of 127.61º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F41 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 65 -
CMYK 0.56 0 0.49 0.50
HSL 127.61º 0.39% 0.36% -
HSV(B) 127.61º 0.56% 0.5% -
XYZ 10.17 16.4 7.63 -
YUV 98.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 56 127 65 0.56 0 0.49 0.50 127.61 0.39 0.36
Hex 38 7F 41 38 0 31 32 80 27 24
Octal 70 177 101 70 0 61 62 200 47 44
Binary 111000 1111111 1000001 111000 0 110001 110010 10000000 100111 100100

Color Harmonies of #387F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F41

Black with #387F41

Text Example


Text Example

White with #387F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,65); }

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

background-color css

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

 a { background-color: rgb(56,127,65); }

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

border-color css

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

 span { border-color: rgb(56,127,65); }

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