Html Css Color HEX #628372 Cutty Sark

📋 copy color: '#628372'

red 98 ◦ green 131 ◦ blue 114

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

Shades of Cutty Sark #628372

Tints of Cutty Sark #628372

RGB

 RED value IS 98 (38.67% from 255) = 28.57%

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

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 28.57%
G = 38.19%
B = 33.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#628372 (or 0x628372) is known color: Cutty Sark. HEX triplet: 62, 83 and 72. RGB value is (98,131,114). Sum of RGB (Red+Green+Blue) = 98+131+114=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #628372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628372 is #9D7C8D. Grayscale: #777777. Windows color (decimal): -10321038 or 7504738. OLE color: 7504738.

HSL color Cylindrical-coordinate representation of color #628372: hue angle of 149.09º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #628372 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 131 114 -
CMYK 0.25 0 0.13 0.49
HSL 149.09º 0.14% 0.45% -
HSV(B) 149.09º 0.25% 0.51% -
XYZ 16.19 20.04 18.94 -
YUV 119.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 98 131 114 0.25 0 0.13 0.49 149.09 0.14 0.45
Hex 62 83 72 19 0 D 31 95 E 2D
Octal 142 203 162 31 0 15 61 225 16 55
Binary 1100010 10000011 1110010 11001 0 1101 110001 10010101 1110 101101

Color Harmonies of #628372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628372

Black with #628372

Text Example


Text Example

White with #628372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628372; }

 p { color: rgb(98,131,114); }

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

background-color css

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

 a { background-color: rgb(98,131,114); }

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

border-color css

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

 span { border-color: rgb(98,131,114); }

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