Html Css Color HEX #428B67 Viridian

📋 copy color: '#428B67'

red 66 ◦ green 139 ◦ blue 103

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

Shades of Viridian #428B67

Tints of Viridian #428B67

RGB

 RED value IS 66 (26.17% from 255) = 21.43%

 GREEN value IS 139 (54.69% from 255) = 45.13%

 BLUE value IS 103 (40.63% from 255) = 33.44%

R = 21.43%
G = 45.13%
B = 33.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#428B67 (or 0x428B67) is known color: Viridian. HEX triplet: 42, 8B and 67. RGB value is (66,139,103). Sum of RGB (Red+Green+Blue) = 66+139+103=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #428B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B67 is #BD7498. Grayscale: #717171. Windows color (decimal): -12416153 or 6785858. OLE color: 6785858.

HSL color Cylindrical-coordinate representation of color #428B67: hue angle of 150.41º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428B67 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 139 103 -
CMYK 0.53 0 0.26 0.45
HSL 150.41º 0.36% 0.4% -
HSV(B) 150.41º 0.53% 0.55% -
XYZ 13.93 20.6 16.07 -
YUV 113.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 66 139 103 0.53 0 0.26 0.45 150.41 0.36 0.4
Hex 42 8B 67 35 0 1A 2D 96 24 28
Octal 102 213 147 65 0 32 55 226 44 50
Binary 1000010 10001011 1100111 110101 0 11010 101101 10010110 100100 101000

Color Harmonies of #428B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B67

Black with #428B67

Text Example


Text Example

White with #428B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428B67; }

 p { color: rgb(66,139,103); }

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

background-color css

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

 a { background-color: rgb(66,139,103); }

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

border-color css

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

 span { border-color: rgb(66,139,103); }

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