Html Css Color HEX #388740 Japanese Laurel

📋 copy color: '#388740'

red 56 ◦ green 135 ◦ blue 64

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

Shades of Japanese Laurel #388740

Tints of Japanese Laurel #388740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

 BLUE value IS 64 (25.39% from 255) = 25.1%

R = 21.96%
G = 52.94%
B = 25.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#388740 (or 0x388740) is known color: Japanese Laurel. HEX triplet: 38, 87 and 40. RGB value is (56,135,64). Sum of RGB (Red+Green+Blue) = 56+135+64=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #388740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388740 is #C778BF. Grayscale: #676767. Windows color (decimal): -13072576 or 4228920. OLE color: 4228920.

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

Color convert

RGB 56 135 64 -
CMYK 0.59 0 0.53 0.47
HSL 126.08º 0.41% 0.37% -
HSV(B) 126.08º 0.59% 0.53% -
XYZ 11.22 18.54 7.84 -
YUV 103.29 105.83 94.27 -
System Red Green Blue C M Y K H S L
Decimal 56 135 64 0.59 0 0.53 0.47 126.08 0.41 0.37
Hex 38 87 40 3B 0 35 2F 7E 29 25
Octal 70 207 100 73 0 65 57 176 51 45
Binary 111000 10000111 1000000 111011 0 110101 101111 1111110 101001 100101

Color Harmonies of #388740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388740

Black with #388740

Text Example


Text Example

White with #388740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388740; }

 p { color: rgb(56,135,64); }

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

background-color css

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

 a { background-color: rgb(56,135,64); }

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

border-color css

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

 span { border-color: rgb(56,135,64); }

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