Html Css Color HEX #388336 Japanese Laurel

📋 copy color: '#388336'

red 56 ◦ green 131 ◦ blue 54

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

Shades of Japanese Laurel #388336

Tints of Japanese Laurel #388336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.36%

 BLUE value IS 54 (21.48% from 255) = 22.41%

R = 23.24%
G = 54.36%
B = 22.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#388336 (or 0x388336) is known color: Japanese Laurel. HEX triplet: 38, 83 and 36. RGB value is (56,131,54). Sum of RGB (Red+Green+Blue) = 56+131+54=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #388336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388336 is #C77CC9. Grayscale: #646464. Windows color (decimal): -13073610 or 3572536. OLE color: 3572536.

HSL color Cylindrical-coordinate representation of color #388336: hue angle of 118.44º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388336 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 131 54 -
CMYK 0.57 0 0.59 0.49
HSL 118.44º 0.42% 0.36% -
HSV(B) 118.44º 0.59% 0.51% -
XYZ 10.41 17.34 6.29 -
YUV 99.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 56 131 54 0.57 0 0.59 0.49 118.44 0.42 0.36
Hex 38 83 36 39 0 3B 31 76 2A 24
Octal 70 203 66 71 0 73 61 166 52 44
Binary 111000 10000011 110110 111001 0 111011 110001 1110110 101010 100100

Color Harmonies of #388336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388336

Black with #388336

Text Example


Text Example

White with #388336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388336; }

 p { color: rgb(56,131,54); }

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

background-color css

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

 a { background-color: rgb(56,131,54); }

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

border-color css

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

 span { border-color: rgb(56,131,54); }

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