Html Css Color HEX #438262 Como

📋 copy color: '#438262'

red 67 ◦ green 130 ◦ blue 98

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

Shades of Como #438262

Tints of Como #438262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 22.71%
G = 44.07%
B = 33.22%

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

#438262 (or 0x438262) is known color: Como. HEX triplet: 43, 82 and 62. RGB value is (67,130,98). Sum of RGB (Red+Green+Blue) = 67+130+98=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #438262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438262 is #BC7D9D. Grayscale: #6B6B6B. Windows color (decimal): -12352926 or 6455875. OLE color: 6455875.

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

Color convert

RGB 67 130 98 -
CMYK 0.48 0 0.25 0.49
HSL 149.52º 0.32% 0.39% -
HSV(B) 149.52º 0.48% 0.51% -
XYZ 12.5 18.04 14.38 -
YUV 107.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 67 130 98 0.48 0 0.25 0.49 149.52 0.32 0.39
Hex 43 82 62 30 0 19 31 96 20 27
Octal 103 202 142 60 0 31 61 226 40 47
Binary 1000011 10000010 1100010 110000 0 11001 110001 10010110 100000 100111

Color Harmonies of #438262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438262

Black with #438262

Text Example


Text Example

White with #438262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438262; }

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

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

background-color css

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

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

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

border-color css

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

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

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