Html Css Color HEX #075231 Zuccini

📋 copy color: '#075231'

red 7 ◦ green 82 ◦ blue 49

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

Shades of Zuccini #075231

Tints of Zuccini #075231

RGB

 RED value IS 7 (3.13% from 255) = 5.07%

 GREEN value IS 82 (32.42% from 255) = 59.42%

 BLUE value IS 49 (19.53% from 255) = 35.51%

R = 5.07%
G = 59.42%
B = 35.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#075231 (or 0x075231) is known color: Zuccini. HEX triplet: 07, 52 and 31. RGB value is (7,82,49). Sum of RGB (Red+Green+Blue) = 7+82+49=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #075231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075231 is #F8ADCE. Grayscale: #373737. Windows color (decimal): -16297423 or 3232263. OLE color: 3232263.

HSL color Cylindrical-coordinate representation of color #075231: hue angle of 153.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075231 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 82 49 -
CMYK 0.91 0 0.40 0.68
HSL 153.6º 0.84% 0.17% -
HSV(B) 153.6º 0.91% 0.32% -
XYZ 3.66 6.3 3.93 -
YUV 55.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 7 82 49 0.91 0 0.40 0.68 153.6 0.84 0.17
Hex 7 52 31 5B 0 28 44 9A 54 11
Octal 7 122 61 133 0 50 104 232 124 21
Binary 111 1010010 110001 1011011 0 101000 1000100 10011010 1010100 10001

Color Harmonies of #075231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075231

Black with #075231

Text Example


Text Example

White with #075231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075231; }

 p { color: rgb(7,82,49); }

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

background-color css

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

 a { background-color: rgb(7,82,49); }

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

border-color css

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

 span { border-color: rgb(7,82,49); }

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