Html Css Color HEX #30564B Spectra

📋 copy color: '#30564B'

red 48 ◦ green 86 ◦ blue 75

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

Shades of Spectra #30564B

Tints of Spectra #30564B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.15%

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 22.97%
G = 41.15%
B = 35.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#30564B (or 0x30564B) is known color: Spectra. HEX triplet: 30, 56 and 4B. RGB value is (48,86,75). Sum of RGB (Red+Green+Blue) = 48+86+75=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #30564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30564B is #CFA9B4. Grayscale: #494949. Windows color (decimal): -13609397 or 4937264. OLE color: 4937264.

HSL color Cylindrical-coordinate representation of color #30564B: hue angle of 162.63º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30564B is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 86 75 -
CMYK 0.44 0 0.13 0.66
HSL 162.63º 0.28% 0.26% -
HSV(B) 162.63º 0.44% 0.34% -
XYZ 5.82 7.79 7.85 -
YUV 73.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 48 86 75 0.44 0 0.13 0.66 162.63 0.28 0.26
Hex 30 56 4B 2C 0 D 42 A3 1C 1A
Octal 60 126 113 54 0 15 102 243 34 32
Binary 110000 1010110 1001011 101100 0 1101 1000010 10100011 11100 11010

Color Harmonies of #30564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30564B

Black with #30564B

Text Example


Text Example

White with #30564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30564B; }

 p { color: rgb(48,86,75); }

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

background-color css

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

 a { background-color: rgb(48,86,75); }

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

border-color css

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

 span { border-color: rgb(48,86,75); }

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