Html Css Color HEX #387A37 Japanese Laurel

📋 copy color: '#387A37'

red 56 ◦ green 122 ◦ blue 55

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

Shades of Japanese Laurel #387A37

Tints of Japanese Laurel #387A37

RGB

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

 GREEN value IS 122 (48.05% from 255) = 52.36%

 BLUE value IS 55 (21.88% from 255) = 23.61%

R = 24.03%
G = 52.36%
B = 23.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#387A37 (or 0x387A37) is known color: Japanese Laurel. HEX triplet: 38, 7A and 37. RGB value is (56,122,55). Sum of RGB (Red+Green+Blue) = 56+122+55=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #387A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387A37 is #C785C8. Grayscale: #5E5E5E. Windows color (decimal): -13075913 or 3635768. OLE color: 3635768.

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

Color convert

RGB 56 122 55 -
CMYK 0.54 0 0.55 0.52
HSL 119.1º 0.38% 0.35% -
HSV(B) 119.1º 0.55% 0.48% -
XYZ 9.28 15.04 6.03 -
YUV 94.63 105.63 100.45 -
System Red Green Blue C M Y K H S L
Decimal 56 122 55 0.54 0 0.55 0.52 119.1 0.38 0.35
Hex 38 7A 37 36 0 37 34 77 26 23
Octal 70 172 67 66 0 67 64 167 46 43
Binary 111000 1111010 110111 110110 0 110111 110100 1110111 100110 100011

Color Harmonies of #387A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A37

Black with #387A37

Text Example


Text Example

White with #387A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,122,55); }

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

background-color css

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

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

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

border-color css

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

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

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