Html Css Color HEX #387738 Japanese Laurel

📋 copy color: '#387738'

red 56 ◦ green 119 ◦ blue 56

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

Shades of Japanese Laurel #387738

Tints of Japanese Laurel #387738

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.52%

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

R = 24.24%
G = 51.52%
B = 24.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#387738 (or 0x387738) is known color: Japanese Laurel. HEX triplet: 38, 77 and 38. RGB value is (56,119,56). Sum of RGB (Red+Green+Blue) = 56+119+56=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #387738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387738 is #C788C7. Grayscale: #5D5D5D. Windows color (decimal): -13076680 or 3700536. OLE color: 3700536.

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

Color convert

RGB 56 119 56 -
CMYK 0.53 0 0.53 0.53
HSL 120º 0.36% 0.34% -
HSV(B) 120º 0.53% 0.47% -
XYZ 8.94 14.32 6.03 -
YUV 92.98 107.13 101.62 -
System Red Green Blue C M Y K H S L
Decimal 56 119 56 0.53 0 0.53 0.53 120 0.36 0.34
Hex 38 77 38 35 0 35 35 78 24 22
Octal 70 167 70 65 0 65 65 170 44 42
Binary 111000 1110111 111000 110101 0 110101 110101 1111000 100100 100010

Color Harmonies of #387738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387738

Black with #387738

Text Example


Text Example

White with #387738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387738; }

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

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

background-color css

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

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

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

border-color css

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

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

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