Html Css Color HEX #4B8267 Viridian

📋 copy color: '#4B8267'

red 75 ◦ green 130 ◦ blue 103

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

Shades of Viridian #4B8267

Tints of Viridian #4B8267

RGB

 RED value IS 75 (29.69% from 255) = 24.35%

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

 BLUE value IS 103 (40.63% from 255) = 33.44%

R = 24.35%
G = 42.21%
B = 33.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#4B8267 (or 0x4B8267) is known color: Viridian. HEX triplet: 4B, 82 and 67. RGB value is (75,130,103). Sum of RGB (Red+Green+Blue) = 75+130+103=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #4B8267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8267 is #B47D98. Grayscale: #6E6E6E. Windows color (decimal): -11828633 or 6783563. OLE color: 6783563.

HSL color Cylindrical-coordinate representation of color #4B8267: hue angle of 150.55º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B8267 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 75 130 103 -
CMYK 0.42 0 0.21 0.49
HSL 150.55º 0.27% 0.4% -
HSV(B) 150.55º 0.42% 0.51% -
XYZ 13.33 18.44 15.69 -
YUV 110.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 75 130 103 0.42 0 0.21 0.49 150.55 0.27 0.4
Hex 4B 82 67 2A 0 15 31 97 1B 28
Octal 113 202 147 52 0 25 61 227 33 50
Binary 1001011 10000010 1100111 101010 0 10101 110001 10010111 11011 101000

Color Harmonies of #4B8267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8267

Black with #4B8267

Text Example


Text Example

White with #4B8267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B8267; }

 p { color: rgb(75,130,103); }

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

background-color css

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

 a { background-color: rgb(75,130,103); }

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

border-color css

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

 span { border-color: rgb(75,130,103); }

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