Html Css Color HEX #388139 Japanese Laurel

📋 copy color: '#388139'

red 56 ◦ green 129 ◦ blue 57

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

Shades of Japanese Laurel #388139

Tints of Japanese Laurel #388139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.55%

R = 23.14%
G = 53.31%
B = 23.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#388139 (or 0x388139) is known color: Japanese Laurel. HEX triplet: 38, 81 and 39. RGB value is (56,129,57). Sum of RGB (Red+Green+Blue) = 56+129+57=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #388139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388139 is #C77EC6. Grayscale: #636363. Windows color (decimal): -13074119 or 3768632. OLE color: 3768632.

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

Color convert

RGB 56 129 57 -
CMYK 0.57 0 0.56 0.49
HSL 120.82º 0.39% 0.36% -
HSV(B) 120.82º 0.57% 0.51% -
XYZ 10.22 16.84 6.58 -
YUV 98.97 104.32 97.35 -
System Red Green Blue C M Y K H S L
Decimal 56 129 57 0.57 0 0.56 0.49 120.82 0.39 0.36
Hex 38 81 39 39 0 38 31 79 27 24
Octal 70 201 71 71 0 70 61 171 47 44
Binary 111000 10000001 111001 111001 0 111000 110001 1111001 100111 100100

Color Harmonies of #388139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388139

Black with #388139

Text Example


Text Example

White with #388139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388139; }

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

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

background-color css

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

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

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

border-color css

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

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

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