Html Css Color HEX #438A66 Viridian

📋 copy color: '#438A66'

red 67 ◦ green 138 ◦ blue 102

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

Shades of Viridian #438A66

Tints of Viridian #438A66

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.95%

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 21.82%
G = 44.95%
B = 33.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#438A66 (or 0x438A66) is known color: Viridian. HEX triplet: 43, 8A and 66. RGB value is (67,138,102). Sum of RGB (Red+Green+Blue) = 67+138+102=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #438A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438A66 is #BC7599. Grayscale: #707070. Windows color (decimal): -12350874 or 6720067. OLE color: 6720067.

HSL color Cylindrical-coordinate representation of color #438A66: hue angle of 149.58º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438A66 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 138 102 -
CMYK 0.51 0 0.26 0.46
HSL 149.58º 0.35% 0.4% -
HSV(B) 149.58º 0.51% 0.54% -
XYZ 13.8 20.33 15.77 -
YUV 112.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 67 138 102 0.51 0 0.26 0.46 149.58 0.35 0.4
Hex 43 8A 66 33 0 1A 2E 96 23 28
Octal 103 212 146 63 0 32 56 226 43 50
Binary 1000011 10001010 1100110 110011 0 11010 101110 10010110 100011 101000

Color Harmonies of #438A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438A66

Black with #438A66

Text Example


Text Example

White with #438A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438A66; }

 p { color: rgb(67,138,102); }

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

background-color css

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

 a { background-color: rgb(67,138,102); }

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

border-color css

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

 span { border-color: rgb(67,138,102); }

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