Html Css Color HEX #424103 Verdun Green

📋 copy color: '#424103'

red 66 ◦ green 65 ◦ blue 3

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

Shades of Verdun Green #424103

Tints of Verdun Green #424103

RGB

 RED value IS 66 (26.17% from 255) = 49.25%

 GREEN value IS 65 (25.78% from 255) = 48.51%

 BLUE value IS 3 (1.56% from 255) = 2.24%

R = 49.25%
G = 48.51%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#424103 (or 0x424103) is known color: Verdun Green. HEX triplet: 42, 41 and 03. RGB value is (66,65,3). Sum of RGB (Red+Green+Blue) = 66+65+3=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #424103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424103 is #BDBEFC. Grayscale: #3A3A3A. Windows color (decimal): -12435197 or 213314. OLE color: 213314.

HSL color Cylindrical-coordinate representation of color #424103: hue angle of 59.05º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #424103 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 65 3 -
CMYK 0 0.02 0.95 0.74
HSL 59.05º 0.91% 0.14% -
HSV(B) 59.05º 0.95% 0.26% -
XYZ 4.15 4.95 0.82 -
YUV 58.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 66 65 3 0 0.02 0.95 0.74 59.05 0.91 0.14
Hex 42 41 3 0 2 5F 4A 3B 5B E
Octal 102 101 3 0 2 137 112 73 133 16
Binary 1000010 1000001 11 0 10 1011111 1001010 111011 1011011 1110

Color Harmonies of #424103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424103

Black with #424103

Text Example


Text Example

White with #424103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424103; }

 p { color: rgb(66,65,3); }

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

background-color css

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

 a { background-color: rgb(66,65,3); }

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

border-color css

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

 span { border-color: rgb(66,65,3); }

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