Html Css Color HEX #438260 Como

📋 copy color: '#438260'

red 67 ◦ green 130 ◦ blue 96

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

Shades of Como #438260

Tints of Como #438260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.37%

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

R = 22.87%
G = 44.37%
B = 32.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#438260 (or 0x438260) is known color: Como. HEX triplet: 43, 82 and 60. RGB value is (67,130,96). Sum of RGB (Red+Green+Blue) = 67+130+96=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #438260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438260 is #BC7D9F. Grayscale: #6B6B6B. Windows color (decimal): -12352928 or 6324803. OLE color: 6324803.

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

Color convert

RGB 67 130 96 -
CMYK 0.48 0 0.26 0.49
HSL 147.62º 0.32% 0.39% -
HSV(B) 147.62º 0.48% 0.51% -
XYZ 12.41 18 13.89 -
YUV 107.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 67 130 96 0.48 0 0.26 0.49 147.62 0.32 0.39
Hex 43 82 60 30 0 1A 31 94 20 27
Octal 103 202 140 60 0 32 61 224 40 47
Binary 1000011 10000010 1100000 110000 0 11010 110001 10010100 100000 100111

Color Harmonies of #438260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438260

Black with #438260

Text Example


Text Example

White with #438260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438260; }

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

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

background-color css

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

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

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

border-color css

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

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

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