Html Css Color HEX #208537 Japanese Laurel

📋 copy color: '#208537'

red 32 ◦ green 133 ◦ blue 55

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

Shades of Japanese Laurel #208537

Tints of Japanese Laurel #208537

RGB

 RED value IS 32 (12.89% from 255) = 14.55%

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

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

R = 14.55%
G = 60.45%
B = 25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#208537 (or 0x208537) is known color: Japanese Laurel. HEX triplet: 20, 85 and 37. RGB value is (32,133,55). Sum of RGB (Red+Green+Blue) = 32+133+55=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #208537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208537 is #DF7AC8. Grayscale: #5E5E5E. Windows color (decimal): -14645961 or 3638560. OLE color: 3638560.

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

Color convert

RGB 32 133 55 -
CMYK 0.76 0 0.59 0.48
HSL 133.66º 0.61% 0.32% -
HSV(B) 133.66º 0.76% 0.52% -
XYZ 9.67 17.36 6.46 -
YUV 93.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 32 133 55 0.76 0 0.59 0.48 133.66 0.61 0.32
Hex 20 85 37 4C 0 3B 30 86 3D 20
Octal 40 205 67 114 0 73 60 206 75 40
Binary 100000 10000101 110111 1001100 0 111011 110000 10000110 111101 100000

Color Harmonies of #208537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208537

Black with #208537

Text Example


Text Example

White with #208537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208537; }

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

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

background-color css

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

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

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

border-color css

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

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

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