Html Css Color HEX #387C3D Japanese Laurel

📋 copy color: '#387C3D'

red 56 ◦ green 124 ◦ blue 61

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

Shades of Japanese Laurel #387C3D

Tints of Japanese Laurel #387C3D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.45%

 BLUE value IS 61 (24.22% from 255) = 25.31%

R = 23.24%
G = 51.45%
B = 25.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#387C3D (or 0x387C3D) is known color: Japanese Laurel. HEX triplet: 38, 7C and 3D. RGB value is (56,124,61). Sum of RGB (Red+Green+Blue) = 56+124+61=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #387C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C3D is #C783C2. Grayscale: #606060. Windows color (decimal): -13075395 or 4029496. OLE color: 4029496.

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

Color convert

RGB 56 124 61 -
CMYK 0.55 0 0.51 0.51
HSL 124.41º 0.38% 0.35% -
HSV(B) 124.41º 0.55% 0.49% -
XYZ 9.68 15.59 6.91 -
YUV 96.49 107.97 99.12 -
System Red Green Blue C M Y K H S L
Decimal 56 124 61 0.55 0 0.51 0.51 124.41 0.38 0.35
Hex 38 7C 3D 37 0 33 33 7C 26 23
Octal 70 174 75 67 0 63 63 174 46 43
Binary 111000 1111100 111101 110111 0 110011 110011 1111100 100110 100011

Color Harmonies of #387C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C3D

Black with #387C3D

Text Example


Text Example

White with #387C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387C3D; }

 p { color: rgb(56,124,61); }

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

background-color css

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

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

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

border-color css

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

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

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