Html Css Color HEX #438068 Viridian

📋 copy color: '#438068'

red 67 ◦ green 128 ◦ blue 104

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

Shades of Viridian #438068

Tints of Viridian #438068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.81%

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 22.41%
G = 42.81%
B = 34.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#438068 (or 0x438068) is known color: Viridian. HEX triplet: 43, 80 and 68. RGB value is (67,128,104). Sum of RGB (Red+Green+Blue) = 67+128+104=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #438068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438068 is #BC7F97. Grayscale: #6B6B6B. Windows color (decimal): -12353432 or 6848579. OLE color: 6848579.

HSL color Cylindrical-coordinate representation of color #438068: hue angle of 156.39º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438068 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 128 104 -
CMYK 0.48 0 0.19 0.50
HSL 156.39º 0.31% 0.38% -
HSV(B) 156.39º 0.48% 0.5% -
XYZ 12.53 17.63 15.84 -
YUV 107.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 67 128 104 0.48 0 0.19 0.50 156.39 0.31 0.38
Hex 43 80 68 30 0 13 32 9C 1F 26
Octal 103 200 150 60 0 23 62 234 37 46
Binary 1000011 10000000 1101000 110000 0 10011 110010 10011100 11111 100110

Color Harmonies of #438068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438068

Black with #438068

Text Example


Text Example

White with #438068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438068; }

 p { color: rgb(67,128,104); }

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

background-color css

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

 a { background-color: rgb(67,128,104); }

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

border-color css

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

 span { border-color: rgb(67,128,104); }

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