Html Css Color HEX #438261 Como

📋 copy color: '#438261'

red 67 ◦ green 130 ◦ blue 97

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

Shades of Como #438261

Tints of Como #438261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 22.79%
G = 44.22%
B = 32.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#438261 (or 0x438261) is known color: Como. HEX triplet: 43, 82 and 61. RGB value is (67,130,97). Sum of RGB (Red+Green+Blue) = 67+130+97=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #438261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438261 is #BC7D9E. Grayscale: #6B6B6B. Windows color (decimal): -12352927 or 6390339. OLE color: 6390339.

HSL color Cylindrical-coordinate representation of color #438261: hue angle of 148.57º 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 #438261 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 130 97 -
CMYK 0.48 0 0.25 0.49
HSL 148.57º 0.32% 0.39% -
HSV(B) 148.57º 0.48% 0.51% -
XYZ 12.46 18.02 14.13 -
YUV 107.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 67 130 97 0.48 0 0.25 0.49 148.57 0.32 0.39
Hex 43 82 61 30 0 19 31 95 20 27
Octal 103 202 141 60 0 31 61 225 40 47
Binary 1000011 10000010 1100001 110000 0 11001 110001 10010101 100000 100111

Color Harmonies of #438261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438261

Black with #438261

Text Example


Text Example

White with #438261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438261; }

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

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

background-color css

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

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

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

border-color css

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

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

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