Html Css Color HEX #387942 Japanese Laurel

📋 copy color: '#387942'

red 56 ◦ green 121 ◦ blue 66

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

Shades of Japanese Laurel #387942

Tints of Japanese Laurel #387942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.79%

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 23.05%
G = 49.79%
B = 27.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#387942 (or 0x387942) is known color: Japanese Laurel. HEX triplet: 38, 79 and 42. RGB value is (56,121,66). Sum of RGB (Red+Green+Blue) = 56+121+66=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #387942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387942 is #C786BD. Grayscale: #5F5F5F. Windows color (decimal): -13076158 or 4356408. OLE color: 4356408.

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

Color convert

RGB 56 121 66 -
CMYK 0.54 0 0.45 0.53
HSL 129.23º 0.37% 0.35% -
HSV(B) 129.23º 0.54% 0.47% -
XYZ 9.45 14.91 7.53 -
YUV 95.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 56 121 66 0.54 0 0.45 0.53 129.23 0.37 0.35
Hex 38 79 42 36 0 2D 35 81 25 23
Octal 70 171 102 66 0 55 65 201 45 43
Binary 111000 1111001 1000010 110110 0 101101 110101 10000001 100101 100011

Color Harmonies of #387942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387942

Black with #387942

Text Example


Text Example

White with #387942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387942; }

 p { color: rgb(56,121,66); }

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

background-color css

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

 a { background-color: rgb(56,121,66); }

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

border-color css

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

 span { border-color: rgb(56,121,66); }

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