Html Css Color HEX #388136 Japanese Laurel

📋 copy color: '#388136'

red 56 ◦ green 129 ◦ blue 54

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

Shades of Japanese Laurel #388136

Tints of Japanese Laurel #388136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.97%

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 23.43%
G = 53.97%
B = 22.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#388136 (or 0x388136) is known color: Japanese Laurel. HEX triplet: 38, 81 and 36. RGB value is (56,129,54). Sum of RGB (Red+Green+Blue) = 56+129+54=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #388136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388136 is #C77EC9. Grayscale: #626262. Windows color (decimal): -13074122 or 3572024. OLE color: 3572024.

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

Color convert

RGB 56 129 54 -
CMYK 0.57 0 0.58 0.49
HSL 118.4º 0.41% 0.36% -
HSV(B) 118.4º 0.58% 0.51% -
XYZ 10.15 16.81 6.2 -
YUV 98.62 102.82 97.6 -
System Red Green Blue C M Y K H S L
Decimal 56 129 54 0.57 0 0.58 0.49 118.4 0.41 0.36
Hex 38 81 36 39 0 3A 31 76 29 24
Octal 70 201 66 71 0 72 61 166 51 44
Binary 111000 10000001 110110 111001 0 111010 110001 1110110 101001 100100

Color Harmonies of #388136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388136

Black with #388136

Text Example


Text Example

White with #388136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388136; }

 p { color: rgb(56,129,54); }

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

background-color css

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

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

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

border-color css

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

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

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