Html Css Color HEX #388F3C Japanese Laurel

📋 copy color: '#388F3C'

red 56 ◦ green 143 ◦ blue 60

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

Shades of Japanese Laurel #388F3C

Tints of Japanese Laurel #388F3C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 55.21%

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 21.62%
G = 55.21%
B = 23.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#388F3C (or 0x388F3C) is known color: Japanese Laurel. HEX triplet: 38, 8F and 3C. RGB value is (56,143,60). Sum of RGB (Red+Green+Blue) = 56+143+60=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 143 (56.25% from 255 or 55.21% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 143 - color contains mainly: green. Hex color #388F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388F3C is #C770C3. Grayscale: #6B6B6B. Windows color (decimal): -13070532 or 3968824. OLE color: 3968824.

HSL color Cylindrical-coordinate representation of color #388F3C: hue angle of 122.76º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F3C is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 143 60 -
CMYK 0.61 0 0.58 0.44
HSL 122.76º 0.44% 0.39% -
HSV(B) 122.76º 0.61% 0.56% -
XYZ 12.27 20.81 7.65 -
YUV 107.53 101.18 91.25 -
System Red Green Blue C M Y K H S L
Decimal 56 143 60 0.61 0 0.58 0.44 122.76 0.44 0.39
Hex 38 8F 3C 3D 0 3A 2C 7B 2C 27
Octal 70 217 74 75 0 72 54 173 54 47
Binary 111000 10001111 111100 111101 0 111010 101100 1111011 101100 100111

Color Harmonies of #388F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F3C

Black with #388F3C

Text Example


Text Example

White with #388F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388F3C; }

 p { color: rgb(56,143,60); }

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

background-color css

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

 a { background-color: rgb(56,143,60); }

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

border-color css

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

 span { border-color: rgb(56,143,60); }

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