Html Css Color HEX #388536 Japanese Laurel

📋 copy color: '#388536'

red 56 ◦ green 133 ◦ blue 54

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

Shades of Japanese Laurel #388536

Tints of Japanese Laurel #388536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.22%

R = 23.05%
G = 54.73%
B = 22.22%

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

#388536 (or 0x388536) is known color: Japanese Laurel. HEX triplet: 38, 85 and 36. RGB value is (56,133,54). Sum of RGB (Red+Green+Blue) = 56+133+54=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #388536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388536 is #C77AC9. Grayscale: #656565. Windows color (decimal): -13073098 or 3573048. OLE color: 3573048.

HSL color Cylindrical-coordinate representation of color #388536: hue angle of 118.48º degrees, saturation: 0.42, 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 #388536 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 54 -
CMYK 0.58 0 0.59 0.48
HSL 118.48º 0.42% 0.37% -
HSV(B) 118.48º 0.59% 0.52% -
XYZ 10.68 17.88 6.38 -
YUV 100.97 101.49 95.92 -
System Red Green Blue C M Y K H S L
Decimal 56 133 54 0.58 0 0.59 0.48 118.48 0.42 0.37
Hex 38 85 36 3A 0 3B 30 76 2A 25
Octal 70 205 66 72 0 73 60 166 52 45
Binary 111000 10000101 110110 111010 0 111011 110000 1110110 101010 100101

Color Harmonies of #388536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388536

Black with #388536

Text Example


Text Example

White with #388536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388536; }

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

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

background-color css

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

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

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

border-color css

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

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

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