Html Css Color HEX #387231 Japanese Laurel

📋 copy color: '#387231'

red 56 ◦ green 114 ◦ blue 49

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

Shades of Japanese Laurel #387231

Tints of Japanese Laurel #387231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.05%

 BLUE value IS 49 (19.53% from 255) = 22.37%

R = 25.57%
G = 52.05%
B = 22.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#387231 (or 0x387231) is known color: Japanese Laurel. HEX triplet: 38, 72 and 31. RGB value is (56,114,49). Sum of RGB (Red+Green+Blue) = 56+114+49=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #387231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387231 is #C78DCE. Grayscale: #595959. Windows color (decimal): -13077967 or 3240504. OLE color: 3240504.

HSL color Cylindrical-coordinate representation of color #387231: hue angle of 113.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387231 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 49 -
CMYK 0.51 0 0.57 0.55
HSL 113.54º 0.4% 0.32% -
HSV(B) 113.54º 0.57% 0.45% -
XYZ 8.2 13.1 5 -
YUV 89.25 105.28 104.29 -
System Red Green Blue C M Y K H S L
Decimal 56 114 49 0.51 0 0.57 0.55 113.54 0.4 0.32
Hex 38 72 31 33 0 39 37 72 28 20
Octal 70 162 61 63 0 71 67 162 50 40
Binary 111000 1110010 110001 110011 0 111001 110111 1110010 101000 100000

Color Harmonies of #387231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387231

Black with #387231

Text Example


Text Example

White with #387231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387231; }

 p { color: rgb(56,114,49); }

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

background-color css

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

 a { background-color: rgb(56,114,49); }

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

border-color css

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

 span { border-color: rgb(56,114,49); }

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