Html Css Color HEX #438A75 Viridian

📋 copy color: '#438A75'

red 67 ◦ green 138 ◦ blue 117

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

Shades of Viridian #438A75

Tints of Viridian #438A75

RGB

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

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

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

R = 20.81%
G = 42.86%
B = 36.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#438A75 (or 0x438A75) is known color: Viridian. HEX triplet: 43, 8A and 75. RGB value is (67,138,117). Sum of RGB (Red+Green+Blue) = 67+138+117=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #438A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438A75 is #BC758A. Grayscale: #727272. Windows color (decimal): -12350859 or 7703107. OLE color: 7703107.

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

Color convert

RGB 67 138 117 -
CMYK 0.51 0 0.15 0.46
HSL 162.25º 0.35% 0.4% -
HSV(B) 162.25º 0.51% 0.54% -
XYZ 14.61 20.65 20.05 -
YUV 114.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 67 138 117 0.51 0 0.15 0.46 162.25 0.35 0.4
Hex 43 8A 75 33 0 F 2E A2 23 28
Octal 103 212 165 63 0 17 56 242 43 50
Binary 1000011 10001010 1110101 110011 0 1111 101110 10100010 100011 101000

Color Harmonies of #438A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438A75

Black with #438A75

Text Example


Text Example

White with #438A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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