Html Css Color HEX #438265 Viridian

📋 copy color: '#438265'

red 67 ◦ green 130 ◦ blue 101

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

Shades of Viridian #438265

Tints of Viridian #438265

RGB

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

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

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

R = 22.48%
G = 43.62%
B = 33.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#438265 (or 0x438265) is known color: Viridian. HEX triplet: 43, 82 and 65. RGB value is (67,130,101). Sum of RGB (Red+Green+Blue) = 67+130+101=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #438265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438265 is #BC7D9A. Grayscale: #6B6B6B. Windows color (decimal): -12352923 or 6652483. OLE color: 6652483.

HSL color Cylindrical-coordinate representation of color #438265: hue angle of 152.38º 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 #438265 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 130 101 -
CMYK 0.48 0 0.22 0.49
HSL 152.38º 0.32% 0.39% -
HSV(B) 152.38º 0.48% 0.51% -
XYZ 12.65 18.1 15.14 -
YUV 107.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 67 130 101 0.48 0 0.22 0.49 152.38 0.32 0.39
Hex 43 82 65 30 0 16 31 98 20 27
Octal 103 202 145 60 0 26 61 230 40 47
Binary 1000011 10000010 1100101 110000 0 10110 110001 10011000 100000 100111

Color Harmonies of #438265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438265

Black with #438265

Text Example


Text Example

White with #438265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438265; }

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

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

background-color css

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

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

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

border-color css

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

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

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