Html Css Color HEX #387338 Japanese Laurel

📋 copy color: '#387338'

red 56 ◦ green 115 ◦ blue 56

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

Shades of Japanese Laurel #387338

Tints of Japanese Laurel #387338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

 BLUE value IS 56 (22.27% from 255) = 24.67%

R = 24.67%
G = 50.66%
B = 24.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#387338 (or 0x387338) is known color: Japanese Laurel. HEX triplet: 38, 73 and 38. RGB value is (56,115,56). Sum of RGB (Red+Green+Blue) = 56+115+56=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #387338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387338 is #C78CC7. Grayscale: #5A5A5A. Windows color (decimal): -13077704 or 3699512. OLE color: 3699512.

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

Color convert

RGB 56 115 56 -
CMYK 0.51 0 0.51 0.55
HSL 120º 0.35% 0.34% -
HSV(B) 120º 0.51% 0.45% -
XYZ 8.48 13.39 5.88 -
YUV 90.63 108.45 103.3 -
System Red Green Blue C M Y K H S L
Decimal 56 115 56 0.51 0 0.51 0.55 120 0.35 0.34
Hex 38 73 38 33 0 33 37 78 23 22
Octal 70 163 70 63 0 63 67 170 43 42
Binary 111000 1110011 111000 110011 0 110011 110111 1111000 100011 100010

Color Harmonies of #387338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387338

Black with #387338

Text Example


Text Example

White with #387338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387338; }

 p { color: rgb(56,115,56); }

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

background-color css

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

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

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

border-color css

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

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

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