Html Css Color HEX #438275 Viridian

📋 copy color: '#438275'

red 67 ◦ green 130 ◦ blue 117

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

Shades of Viridian #438275

Tints of Viridian #438275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 21.34%
G = 41.4%
B = 37.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#438275 (or 0x438275) is known color: Viridian. HEX triplet: 43, 82 and 75. RGB value is (67,130,117). Sum of RGB (Red+Green+Blue) = 67+130+117=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #438275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438275 is #BC7D8A. Grayscale: #6D6D6D. Windows color (decimal): -12352907 or 7701059. OLE color: 7701059.

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

Color convert

RGB 67 130 117 -
CMYK 0.48 0 0.1 0.49
HSL 167.62º 0.32% 0.39% -
HSV(B) 167.62º 0.48% 0.51% -
XYZ 13.51 18.44 19.68 -
YUV 109.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 67 130 117 0.48 0 0.1 0.49 167.62 0.32 0.39
Hex 43 82 75 30 0 A 31 A8 20 27
Octal 103 202 165 60 0 12 61 250 40 47
Binary 1000011 10000010 1110101 110000 0 1010 110001 10101000 100000 100111

Color Harmonies of #438275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438275

Black with #438275

Text Example


Text Example

White with #438275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438275; }

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

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

background-color css

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

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

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

border-color css

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

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

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