Html Css Color HEX #388031 Japanese Laurel

📋 copy color: '#388031'

red 56 ◦ green 128 ◦ blue 49

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

Shades of Japanese Laurel #388031

Tints of Japanese Laurel #388031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.94%

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

R = 24.03%
G = 54.94%
B = 21.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#388031 (or 0x388031) is known color: Japanese Laurel. HEX triplet: 38, 80 and 31. RGB value is (56,128,49). Sum of RGB (Red+Green+Blue) = 56+128+49=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #388031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388031 is #C77FCE. Grayscale: #616161. Windows color (decimal): -13074383 or 3244088. OLE color: 3244088.

HSL color Cylindrical-coordinate representation of color #388031: hue angle of 114.68º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388031 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 49 -
CMYK 0.56 0 0.62 0.50
HSL 114.68º 0.45% 0.35% -
HSV(B) 114.68º 0.62% 0.5% -
XYZ 9.9 16.5 5.57 -
YUV 97.47 100.65 98.42 -
System Red Green Blue C M Y K H S L
Decimal 56 128 49 0.56 0 0.62 0.50 114.68 0.45 0.35
Hex 38 80 31 38 0 3E 32 73 2D 23
Octal 70 200 61 70 0 76 62 163 55 43
Binary 111000 10000000 110001 111000 0 111110 110010 1110011 101101 100011

Color Harmonies of #388031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388031

Black with #388031

Text Example


Text Example

White with #388031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388031; }

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

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

background-color css

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

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

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

border-color css

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

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

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