Html Css Color HEX #438465 Viridian

📋 copy color: '#438465'

red 67 ◦ green 132 ◦ blue 101

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

Shades of Viridian #438465

Tints of Viridian #438465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44%

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 22.33%
G = 44%
B = 33.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#438465 (or 0x438465) is known color: Viridian. HEX triplet: 43, 84 and 65. RGB value is (67,132,101). Sum of RGB (Red+Green+Blue) = 67+132+101=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #438465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438465 is #BC7B9A. Grayscale: #6D6D6D. Windows color (decimal): -12352411 or 6652995. OLE color: 6652995.

HSL color Cylindrical-coordinate representation of color #438465: hue angle of 151.38º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438465 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 132 101 -
CMYK 0.49 0 0.23 0.48
HSL 151.38º 0.33% 0.39% -
HSV(B) 151.38º 0.49% 0.52% -
XYZ 12.91 18.64 15.23 -
YUV 109.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 67 132 101 0.49 0 0.23 0.48 151.38 0.33 0.39
Hex 43 84 65 31 0 17 30 97 21 27
Octal 103 204 145 61 0 27 60 227 41 47
Binary 1000011 10000100 1100101 110001 0 10111 110000 10010111 100001 100111

Color Harmonies of #438465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438465

Black with #438465

Text Example


Text Example

White with #438465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438465; }

 p { color: rgb(67,132,101); }

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

background-color css

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

 a { background-color: rgb(67,132,101); }

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

border-color css

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

 span { border-color: rgb(67,132,101); }

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