Html Css Color HEX #438255 Como

📋 copy color: '#438255'

red 67 ◦ green 130 ◦ blue 85

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

Shades of Como #438255

Tints of Como #438255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 23.76%
G = 46.1%
B = 30.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#438255 (or 0x438255) is known color: Como. HEX triplet: 43, 82 and 55. RGB value is (67,130,85). Sum of RGB (Red+Green+Blue) = 67+130+85=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #438255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438255 is #BC7DAA. Grayscale: #6A6A6A. Windows color (decimal): -12352939 or 5603907. OLE color: 5603907.

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

Color convert

RGB 67 130 85 -
CMYK 0.48 0 0.35 0.49
HSL 137.14º 0.32% 0.39% -
HSV(B) 137.14º 0.48% 0.51% -
XYZ 11.94 17.81 11.4 -
YUV 106.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 67 130 85 0.48 0 0.35 0.49 137.14 0.32 0.39
Hex 43 82 55 30 0 23 31 89 20 27
Octal 103 202 125 60 0 43 61 211 40 47
Binary 1000011 10000010 1010101 110000 0 100011 110001 10001001 100000 100111

Color Harmonies of #438255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438255

Black with #438255

Text Example


Text Example

White with #438255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438255; }

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

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

background-color css

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

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

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

border-color css

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

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

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