Html Css Color HEX #388440 Japanese Laurel

📋 copy color: '#388440'

red 56 ◦ green 132 ◦ blue 64

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

Shades of Japanese Laurel #388440

Tints of Japanese Laurel #388440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

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

R = 22.22%
G = 52.38%
B = 25.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#388440 (or 0x388440) is known color: Japanese Laurel. HEX triplet: 38, 84 and 40. RGB value is (56,132,64). Sum of RGB (Red+Green+Blue) = 56+132+64=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #388440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388440 is #C77BBF. Grayscale: #656565. Windows color (decimal): -13073344 or 4228152. OLE color: 4228152.

HSL color Cylindrical-coordinate representation of color #388440: hue angle of 126.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388440 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 64 -
CMYK 0.58 0 0.52 0.48
HSL 126.32º 0.4% 0.37% -
HSV(B) 126.32º 0.58% 0.52% -
XYZ 10.81 17.71 7.7 -
YUV 101.52 106.82 95.53 -
System Red Green Blue C M Y K H S L
Decimal 56 132 64 0.58 0 0.52 0.48 126.32 0.4 0.37
Hex 38 84 40 3A 0 34 30 7E 28 25
Octal 70 204 100 72 0 64 60 176 50 45
Binary 111000 10000100 1000000 111010 0 110100 110000 1111110 101000 100101

Color Harmonies of #388440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388440

Black with #388440

Text Example


Text Example

White with #388440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388440; }

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

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

background-color css

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

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

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

border-color css

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

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

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