Html Css Color HEX #438460 Como

📋 copy color: '#438460'

red 67 ◦ green 132 ◦ blue 96

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

Shades of Como #438460

Tints of Como #438460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.75%

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

R = 22.71%
G = 44.75%
B = 32.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#438460 (or 0x438460) is known color: Como. HEX triplet: 43, 84 and 60. RGB value is (67,132,96). Sum of RGB (Red+Green+Blue) = 67+132+96=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #438460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438460 is #BC7B9F. Grayscale: #6C6C6C. Windows color (decimal): -12352416 or 6325315. OLE color: 6325315.

HSL color Cylindrical-coordinate representation of color #438460: hue angle of 146.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438460 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 132 96 -
CMYK 0.49 0 0.27 0.48
HSL 146.77º 0.33% 0.39% -
HSV(B) 146.77º 0.49% 0.52% -
XYZ 12.68 18.54 13.98 -
YUV 108.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 67 132 96 0.49 0 0.27 0.48 146.77 0.33 0.39
Hex 43 84 60 31 0 1B 30 93 21 27
Octal 103 204 140 61 0 33 60 223 41 47
Binary 1000011 10000100 1100000 110001 0 11011 110000 10010011 100001 100111

Color Harmonies of #438460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438460

Black with #438460

Text Example


Text Example

White with #438460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438460; }

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

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

background-color css

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

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

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

border-color css

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

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

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