Html Css Color HEX #387B32 Japanese Laurel

📋 copy color: '#387B32'

red 56 ◦ green 123 ◦ blue 50

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

Shades of Japanese Laurel #387B32

Tints of Japanese Laurel #387B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 53.71%

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 24.45%
G = 53.71%
B = 21.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#387B32 (or 0x387B32) is known color: Japanese Laurel. HEX triplet: 38, 7B and 32. RGB value is (56,123,50). Sum of RGB (Red+Green+Blue) = 56+123+50=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #387B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B32 is #C784CD. Grayscale: #5E5E5E. Windows color (decimal): -13075662 or 3308344. OLE color: 3308344.

HSL color Cylindrical-coordinate representation of color #387B32: hue angle of 115.07º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387B32 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 123 50 -
CMYK 0.54 0 0.59 0.52
HSL 115.07º 0.42% 0.34% -
HSV(B) 115.07º 0.59% 0.48% -
XYZ 9.29 15.24 5.47 -
YUV 94.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 56 123 50 0.54 0 0.59 0.52 115.07 0.42 0.34
Hex 38 7B 32 36 0 3B 34 73 2A 22
Octal 70 173 62 66 0 73 64 163 52 42
Binary 111000 1111011 110010 110110 0 111011 110100 1110011 101010 100010

Color Harmonies of #387B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387B32

Black with #387B32

Text Example


Text Example

White with #387B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,123,50); }

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

background-color css

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

 a { background-color: rgb(56,123,50); }

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

border-color css

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

 span { border-color: rgb(56,123,50); }

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