Html Css Color HEX #48670D Verdun Green

📋 copy color: '#48670D'

red 72 ◦ green 103 ◦ blue 13

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

Shades of Verdun Green #48670D

Tints of Verdun Green #48670D

RGB

 RED value IS 72 (28.52% from 255) = 38.3%

 GREEN value IS 103 (40.63% from 255) = 54.79%

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 38.3%
G = 54.79%
B = 6.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#48670D (or 0x48670D) is known color: Verdun Green. HEX triplet: 48, 67 and 0D. RGB value is (72,103,13). Sum of RGB (Red+Green+Blue) = 72+103+13=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #48670D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48670D is #B798F2. Grayscale: #535353. Windows color (decimal): -12032243 or 878408. OLE color: 878408.

HSL color Cylindrical-coordinate representation of color #48670D: hue angle of 80.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48670D is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 13 -
CMYK 0.30 0 0.87 0.60
HSL 80.67º 0.78% 0.23% -
HSV(B) 80.67º 0.87% 0.4% -
XYZ 7.6 11.11 2.12 -
YUV 83.47 88.23 119.82 -
System Red Green Blue C M Y K H S L
Decimal 72 103 13 0.30 0 0.87 0.60 80.67 0.78 0.23
Hex 48 67 D 1E 0 57 3C 51 4E 17
Octal 110 147 15 36 0 127 74 121 116 27
Binary 1001000 1100111 1101 11110 0 1010111 111100 1010001 1001110 10111

Color Harmonies of #48670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48670D

Black with #48670D

Text Example


Text Example

White with #48670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48670D; }

 p { color: rgb(72,103,13); }

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

background-color css

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

 a { background-color: rgb(72,103,13); }

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

border-color css

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

 span { border-color: rgb(72,103,13); }

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