Html Css Color HEX #438060 Como

📋 copy color: '#438060'

red 67 ◦ green 128 ◦ blue 96

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

Shades of Como #438060

Tints of Como #438060

RGB

 RED value IS 67 (26.56% from 255) = 23.02%

 GREEN value IS 128 (50.39% from 255) = 43.99%

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 23.02%
G = 43.99%
B = 32.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#438060 (or 0x438060) is known color: Como. HEX triplet: 43, 80 and 60. RGB value is (67,128,96). Sum of RGB (Red+Green+Blue) = 67+128+96=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #438060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438060 is #BC7F9F. Grayscale: #6A6A6A. Windows color (decimal): -12353440 or 6324291. OLE color: 6324291.

HSL color Cylindrical-coordinate representation of color #438060: hue angle of 148.52º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438060 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 128 96 -
CMYK 0.48 0 0.25 0.50
HSL 148.52º 0.31% 0.38% -
HSV(B) 148.52º 0.48% 0.5% -
XYZ 12.15 17.48 13.8 -
YUV 106.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 67 128 96 0.48 0 0.25 0.50 148.52 0.31 0.38
Hex 43 80 60 30 0 19 32 95 1F 26
Octal 103 200 140 60 0 31 62 225 37 46
Binary 1000011 10000000 1100000 110000 0 11001 110010 10010101 11111 100110

Color Harmonies of #438060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438060

Black with #438060

Text Example


Text Example

White with #438060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438060; }

 p { color: rgb(67,128,96); }

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

background-color css

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

 a { background-color: rgb(67,128,96); }

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

border-color css

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

 span { border-color: rgb(67,128,96); }

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