Html Css Color HEX #387E3B Japanese Laurel

📋 copy color: '#387E3B'

red 56 ◦ green 126 ◦ blue 59

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

Shades of Japanese Laurel #387E3B

Tints of Japanese Laurel #387E3B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.28%

 BLUE value IS 59 (23.44% from 255) = 24.48%

R = 23.24%
G = 52.28%
B = 24.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#387E3B (or 0x387E3B) is known color: Japanese Laurel. HEX triplet: 38, 7E and 3B. RGB value is (56,126,59). Sum of RGB (Red+Green+Blue) = 56+126+59=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #387E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387E3B is #C781C4. Grayscale: #616161. Windows color (decimal): -13074885 or 3898936. OLE color: 3898936.

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

Color convert

RGB 56 126 59 -
CMYK 0.56 0 0.53 0.51
HSL 122.57º 0.38% 0.36% -
HSV(B) 122.57º 0.56% 0.49% -
XYZ 9.88 16.08 6.72 -
YUV 97.43 106.31 98.45 -
System Red Green Blue C M Y K H S L
Decimal 56 126 59 0.56 0 0.53 0.51 122.57 0.38 0.36
Hex 38 7E 3B 38 0 35 33 7B 26 24
Octal 70 176 73 70 0 65 63 173 46 44
Binary 111000 1111110 111011 111000 0 110101 110011 1111011 100110 100100

Color Harmonies of #387E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387E3B

Black with #387E3B

Text Example


Text Example

White with #387E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,126,59); }

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

background-color css

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

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

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

border-color css

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

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

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