Html Css Color HEX #388240 Japanese Laurel

📋 copy color: '#388240'

red 56 ◦ green 130 ◦ blue 64

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

Shades of Japanese Laurel #388240

Tints of Japanese Laurel #388240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

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

R = 22.4%
G = 52%
B = 25.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#388240 (or 0x388240) is known color: Japanese Laurel. HEX triplet: 38, 82 and 40. RGB value is (56,130,64). Sum of RGB (Red+Green+Blue) = 56+130+64=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #388240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388240 is #C77DBF. Grayscale: #646464. Windows color (decimal): -13073856 or 4227640. OLE color: 4227640.

HSL color Cylindrical-coordinate representation of color #388240: hue angle of 126.49º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388240 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 130 64 -
CMYK 0.57 0 0.51 0.49
HSL 126.49º 0.4% 0.36% -
HSV(B) 126.49º 0.57% 0.51% -
XYZ 10.54 17.18 7.61 -
YUV 100.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 56 130 64 0.57 0 0.51 0.49 126.49 0.4 0.36
Hex 38 82 40 39 0 33 31 7E 28 24
Octal 70 202 100 71 0 63 61 176 50 44
Binary 111000 10000010 1000000 111001 0 110011 110001 1111110 101000 100100

Color Harmonies of #388240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388240

Black with #388240

Text Example


Text Example

White with #388240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388240; }

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

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

background-color css

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

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

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

border-color css

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

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

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