Html Css Color HEX #388642 Japanese Laurel

📋 copy color: '#388642'

red 56 ◦ green 134 ◦ blue 66

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

Shades of Japanese Laurel #388642

Tints of Japanese Laurel #388642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.34%

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

R = 21.88%
G = 52.34%
B = 25.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#388642 (or 0x388642) is known color: Japanese Laurel. HEX triplet: 38, 86 and 42. RGB value is (56,134,66). Sum of RGB (Red+Green+Blue) = 56+134+66=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #388642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388642 is #C779BD. Grayscale: #676767. Windows color (decimal): -13072830 or 4359736. OLE color: 4359736.

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

Color convert

RGB 56 134 66 -
CMYK 0.58 0 0.51 0.47
HSL 127.69º 0.41% 0.37% -
HSV(B) 127.69º 0.58% 0.53% -
XYZ 11.14 18.28 8.1 -
YUV 102.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 56 134 66 0.58 0 0.51 0.47 127.69 0.41 0.37
Hex 38 86 42 3A 0 33 2F 80 29 25
Octal 70 206 102 72 0 63 57 200 51 45
Binary 111000 10000110 1000010 111010 0 110011 101111 10000000 101001 100101

Color Harmonies of #388642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388642

Black with #388642

Text Example


Text Example

White with #388642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388642; }

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

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

background-color css

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

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

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

border-color css

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

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

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