Html Css Color HEX #388639 Japanese Laurel

📋 copy color: '#388639'

red 56 ◦ green 134 ◦ blue 57

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

Shades of Japanese Laurel #388639

Tints of Japanese Laurel #388639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.08%

R = 22.67%
G = 54.25%
B = 23.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#388639 (or 0x388639) is known color: Japanese Laurel. HEX triplet: 38, 86 and 39. RGB value is (56,134,57). Sum of RGB (Red+Green+Blue) = 56+134+57=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #388639 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388639 is #C779C6. Grayscale: #666666. Windows color (decimal): -13072839 or 3769912. OLE color: 3769912.

HSL color Cylindrical-coordinate representation of color #388639: hue angle of 120.77º 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 #388639 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 134 57 -
CMYK 0.58 0 0.57 0.47
HSL 120.77º 0.41% 0.37% -
HSV(B) 120.77º 0.58% 0.53% -
XYZ 10.89 18.19 6.81 -
YUV 101.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 56 134 57 0.58 0 0.57 0.47 120.77 0.41 0.37
Hex 38 86 39 3A 0 39 2F 79 29 25
Octal 70 206 71 72 0 71 57 171 51 45
Binary 111000 10000110 111001 111010 0 111001 101111 1111001 101001 100101

Color Harmonies of #388639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388639

Black with #388639

Text Example


Text Example

White with #388639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388639; }

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

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

background-color css

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

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

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

border-color css

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

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

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