Html Css Color HEX #388337 Japanese Laurel

📋 copy color: '#388337'

red 56 ◦ green 131 ◦ blue 55

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

Shades of Japanese Laurel #388337

Tints of Japanese Laurel #388337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.13%

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

R = 23.14%
G = 54.13%
B = 22.73%

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

#388337 (or 0x388337) is known color: Japanese Laurel. HEX triplet: 38, 83 and 37. RGB value is (56,131,55). Sum of RGB (Red+Green+Blue) = 56+131+55=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #388337 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388337 is #C77CC8. Grayscale: #646464. Windows color (decimal): -13073609 or 3638072. OLE color: 3638072.

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

Color convert

RGB 56 131 55 -
CMYK 0.57 0 0.58 0.49
HSL 119.21º 0.41% 0.36% -
HSV(B) 119.21º 0.58% 0.51% -
XYZ 10.44 17.35 6.41 -
YUV 99.91 102.65 96.68 -
System Red Green Blue C M Y K H S L
Decimal 56 131 55 0.57 0 0.58 0.49 119.21 0.41 0.36
Hex 38 83 37 39 0 3A 31 77 29 24
Octal 70 203 67 71 0 72 61 167 51 44
Binary 111000 10000011 110111 111001 0 111010 110001 1110111 101001 100100

Color Harmonies of #388337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388337

Black with #388337

Text Example


Text Example

White with #388337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388337; }

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

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

background-color css

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

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

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

border-color css

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

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

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