Html Css Color HEX #387B41 Japanese Laurel

📋 copy color: '#387B41'

red 56 ◦ green 123 ◦ blue 65

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

Shades of Japanese Laurel #387B41

Tints of Japanese Laurel #387B41

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.41%

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

R = 22.95%
G = 50.41%
B = 26.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#387B41 (or 0x387B41) is known color: Japanese Laurel. HEX triplet: 38, 7B and 41. RGB value is (56,123,65). Sum of RGB (Red+Green+Blue) = 56+123+65=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #387B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B41 is #C784BE. Grayscale: #606060. Windows color (decimal): -13075647 or 4291384. OLE color: 4291384.

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

Color convert

RGB 56 123 65 -
CMYK 0.54 0 0.47 0.52
HSL 128.06º 0.37% 0.35% -
HSV(B) 128.06º 0.54% 0.48% -
XYZ 9.67 15.39 7.46 -
YUV 96.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 56 123 65 0.54 0 0.47 0.52 128.06 0.37 0.35
Hex 38 7B 41 36 0 2F 34 80 25 23
Octal 70 173 101 66 0 57 64 200 45 43
Binary 111000 1111011 1000001 110110 0 101111 110100 10000000 100101 100011

Color Harmonies of #387B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387B41

Black with #387B41

Text Example


Text Example

White with #387B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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