Html Css Color HEX #30610C Dell

📋 copy color: '#30610C'

red 48 ◦ green 97 ◦ blue 12

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

Shades of Dell #30610C

Tints of Dell #30610C

RGB

 RED value IS 48 (19.14% from 255) = 30.57%

 GREEN value IS 97 (38.28% from 255) = 61.78%

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 30.57%
G = 61.78%
B = 7.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#30610C (or 0x30610C) is known color: Dell. HEX triplet: 30, 61 and 0C. RGB value is (48,97,12). Sum of RGB (Red+Green+Blue) = 48+97+12=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #30610C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30610C is #CF9EF3. Grayscale: #484848. Windows color (decimal): -13606644 or 811312. OLE color: 811312.

HSL color Cylindrical-coordinate representation of color #30610C: hue angle of 94.59º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30610C is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 12 -
CMYK 0.51 0 0.88 0.62
HSL 94.59º 0.78% 0.21% -
HSV(B) 94.59º 0.88% 0.38% -
XYZ 5.56 9.2 1.83 -
YUV 72.66 93.77 110.41 -
System Red Green Blue C M Y K H S L
Decimal 48 97 12 0.51 0 0.88 0.62 94.59 0.78 0.21
Hex 30 61 C 33 0 58 3E 5F 4E 15
Octal 60 141 14 63 0 130 76 137 116 25
Binary 110000 1100001 1100 110011 0 1011000 111110 1011111 1001110 10101

Color Harmonies of #30610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30610C

Black with #30610C

Text Example


Text Example

White with #30610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30610C; }

 p { color: rgb(48,97,12); }

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

background-color css

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

 a { background-color: rgb(48,97,12); }

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

border-color css

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

 span { border-color: rgb(48,97,12); }

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