Html Css Color HEX #388537 Japanese Laurel

📋 copy color: '#388537'

red 56 ◦ green 133 ◦ blue 55

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

Shades of Japanese Laurel #388537

Tints of Japanese Laurel #388537

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.51%

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

R = 22.95%
G = 54.51%
B = 22.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#388537 (or 0x388537) is known color: Japanese Laurel. HEX triplet: 38, 85 and 37. RGB value is (56,133,55). Sum of RGB (Red+Green+Blue) = 56+133+55=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #388537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388537 is #C77AC8. Grayscale: #656565. Windows color (decimal): -13073097 or 3638584. OLE color: 3638584.

HSL color Cylindrical-coordinate representation of color #388537: hue angle of 119.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388537 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 55 -
CMYK 0.58 0 0.59 0.48
HSL 119.23º 0.41% 0.37% -
HSV(B) 119.23º 0.59% 0.52% -
XYZ 10.71 17.89 6.5 -
YUV 101.09 101.99 95.84 -
System Red Green Blue C M Y K H S L
Decimal 56 133 55 0.58 0 0.59 0.48 119.23 0.41 0.37
Hex 38 85 37 3A 0 3B 30 77 29 25
Octal 70 205 67 72 0 73 60 167 51 45
Binary 111000 10000101 110111 111010 0 111011 110000 1110111 101001 100101

Color Harmonies of #388537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388537

Black with #388537

Text Example


Text Example

White with #388537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388537; }

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

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

background-color css

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

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

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

border-color css

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

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

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