Html Css Color HEX #388E38 Japanese Laurel

📋 copy color: '#388E38'

red 56 ◦ green 142 ◦ blue 56

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

Shades of Japanese Laurel #388E38

Tints of Japanese Laurel #388E38

RGB

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

 GREEN value IS 142 (55.86% from 255) = 55.91%

 BLUE value IS 56 (22.27% from 255) = 22.05%

R = 22.05%
G = 55.91%
B = 22.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#388E38 (or 0x388E38) is known color: Japanese Laurel. HEX triplet: 38, 8E and 38. RGB value is (56,142,56). Sum of RGB (Red+Green+Blue) = 56+142+56=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #388E38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388E38 is #C771C7. Grayscale: #6A6A6A. Windows color (decimal): -13070792 or 3706424. OLE color: 3706424.

HSL color Cylindrical-coordinate representation of color #388E38: hue angle of 120º degrees, saturation: 0.43, 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 #388E38 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 142 56 -
CMYK 0.61 0 0.61 0.44
HSL 120º 0.43% 0.39% -
HSV(B) 120º 0.61% 0.56% -
XYZ 12.02 20.47 7.06 -
YUV 106.48 99.51 91.99 -
System Red Green Blue C M Y K H S L
Decimal 56 142 56 0.61 0 0.61 0.44 120 0.43 0.39
Hex 38 8E 38 3D 0 3D 2C 78 2B 27
Octal 70 216 70 75 0 75 54 170 53 47
Binary 111000 10001110 111000 111101 0 111101 101100 1111000 101011 100111

Color Harmonies of #388E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388E38

Black with #388E38

Text Example


Text Example

White with #388E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,142,56); }

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

background-color css

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

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

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

border-color css

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

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

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