Html Css Color HEX #387741 Japanese Laurel

📋 copy color: '#387741'

red 56 ◦ green 119 ◦ blue 65

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

Shades of Japanese Laurel #387741

Tints of Japanese Laurel #387741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 23.33%
G = 49.58%
B = 27.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#387741 (or 0x387741) is known color: Japanese Laurel. HEX triplet: 38, 77 and 41. RGB value is (56,119,65). Sum of RGB (Red+Green+Blue) = 56+119+65=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #387741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387741 is #C788BE. Grayscale: #5E5E5E. Windows color (decimal): -13076671 or 4290360. OLE color: 4290360.

HSL color Cylindrical-coordinate representation of color #387741: hue angle of 128.57º 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 #387741 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 65 -
CMYK 0.53 0 0.45 0.53
HSL 128.57º 0.36% 0.34% -
HSV(B) 128.57º 0.53% 0.47% -
XYZ 9.18 14.42 7.3 -
YUV 94.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 56 119 65 0.53 0 0.45 0.53 128.57 0.36 0.34
Hex 38 77 41 35 0 2D 35 81 24 22
Octal 70 167 101 65 0 55 65 201 44 42
Binary 111000 1110111 1000001 110101 0 101101 110101 10000001 100100 100010

Color Harmonies of #387741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387741

Black with #387741

Text Example


Text Example

White with #387741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387741; }

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

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

background-color css

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

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

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

border-color css

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

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

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