Html Css Color HEX #388039 Japanese Laurel

📋 copy color: '#388039'

red 56 ◦ green 128 ◦ blue 57

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

Shades of Japanese Laurel #388039

Tints of Japanese Laurel #388039

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.11%

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

R = 23.24%
G = 53.11%
B = 23.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#388039 (or 0x388039) is known color: Japanese Laurel. HEX triplet: 38, 80 and 39. RGB value is (56,128,57). Sum of RGB (Red+Green+Blue) = 56+128+57=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #388039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388039 is #C77FC6. Grayscale: #626262. Windows color (decimal): -13074375 or 3768376. OLE color: 3768376.

HSL color Cylindrical-coordinate representation of color #388039: hue angle of 120.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388039 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 57 -
CMYK 0.56 0 0.55 0.50
HSL 120.83º 0.39% 0.36% -
HSV(B) 120.83º 0.56% 0.5% -
XYZ 10.09 16.57 6.54 -
YUV 98.38 104.65 97.77 -
System Red Green Blue C M Y K H S L
Decimal 56 128 57 0.56 0 0.55 0.50 120.83 0.39 0.36
Hex 38 80 39 38 0 37 32 79 27 24
Octal 70 200 71 70 0 67 62 171 47 44
Binary 111000 10000000 111001 111000 0 110111 110010 1111001 100111 100100

Color Harmonies of #388039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388039

Black with #388039

Text Example


Text Example

White with #388039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388039; }

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

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

background-color css

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

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

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

border-color css

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

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

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