Html Css Color HEX #438264 Viridian

📋 copy color: '#438264'

red 67 ◦ green 130 ◦ blue 100

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

Shades of Viridian #438264

Tints of Viridian #438264

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.77%

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 22.56%
G = 43.77%
B = 33.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#438264 (or 0x438264) is known color: Viridian. HEX triplet: 43, 82 and 64. RGB value is (67,130,100). Sum of RGB (Red+Green+Blue) = 67+130+100=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #438264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438264 is #BC7D9B. Grayscale: #6B6B6B. Windows color (decimal): -12352924 or 6586947. OLE color: 6586947.

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

Color convert

RGB 67 130 100 -
CMYK 0.48 0 0.23 0.49
HSL 151.43º 0.32% 0.39% -
HSV(B) 151.43º 0.48% 0.51% -
XYZ 12.6 18.08 14.88 -
YUV 107.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 67 130 100 0.48 0 0.23 0.49 151.43 0.32 0.39
Hex 43 82 64 30 0 17 31 97 20 27
Octal 103 202 144 60 0 27 61 227 40 47
Binary 1000011 10000010 1100100 110000 0 10111 110001 10010111 100000 100111

Color Harmonies of #438264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438264

Black with #438264

Text Example


Text Example

White with #438264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438264; }

 p { color: rgb(67,130,100); }

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

background-color css

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

 a { background-color: rgb(67,130,100); }

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

border-color css

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

 span { border-color: rgb(67,130,100); }

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