Html Css Color HEX #388137 Japanese Laurel

📋 copy color: '#388137'

red 56 ◦ green 129 ◦ blue 55

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

Shades of Japanese Laurel #388137

Tints of Japanese Laurel #388137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 23.33%
G = 53.75%
B = 22.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#388137 (or 0x388137) is known color: Japanese Laurel. HEX triplet: 38, 81 and 37. RGB value is (56,129,55). Sum of RGB (Red+Green+Blue) = 56+129+55=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #388137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388137 is #C77EC8. Grayscale: #626262. Windows color (decimal): -13074121 or 3637560. OLE color: 3637560.

HSL color Cylindrical-coordinate representation of color #388137: hue angle of 119.19º 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 #388137 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 55 -
CMYK 0.57 0 0.57 0.49
HSL 119.19º 0.4% 0.36% -
HSV(B) 119.19º 0.57% 0.51% -
XYZ 10.17 16.82 6.32 -
YUV 98.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 56 129 55 0.57 0 0.57 0.49 119.19 0.4 0.36
Hex 38 81 37 39 0 39 31 77 28 24
Octal 70 201 67 71 0 71 61 167 50 44
Binary 111000 10000001 110111 111001 0 111001 110001 1110111 101000 100100

Color Harmonies of #388137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388137

Black with #388137

Text Example


Text Example

White with #388137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388137; }

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

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

background-color css

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

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

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

border-color css

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

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

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