Html Css Color HEX #438A6B Viridian

📋 copy color: '#438A6B'

red 67 ◦ green 138 ◦ blue 107

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

Shades of Viridian #438A6B

Tints of Viridian #438A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 21.47%
G = 44.23%
B = 34.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#438A6B (or 0x438A6B) is known color: Viridian. HEX triplet: 43, 8A and 6B. RGB value is (67,138,107). Sum of RGB (Red+Green+Blue) = 67+138+107=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #438A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438A6B is #BC7594. Grayscale: #717171. Windows color (decimal): -12350869 or 7047747. OLE color: 7047747.

HSL color Cylindrical-coordinate representation of color #438A6B: hue angle of 153.8º 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 #438A6B is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 138 107 -
CMYK 0.51 0 0.22 0.46
HSL 153.8º 0.35% 0.4% -
HSV(B) 153.8º 0.51% 0.54% -
XYZ 14.06 20.43 17.11 -
YUV 113.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 67 138 107 0.51 0 0.22 0.46 153.8 0.35 0.4
Hex 43 8A 6B 33 0 16 2E 9A 23 28
Octal 103 212 153 63 0 26 56 232 43 50
Binary 1000011 10001010 1101011 110011 0 10110 101110 10011010 100011 101000

Color Harmonies of #438A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438A6B

Black with #438A6B

Text Example


Text Example

White with #438A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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