Html Css Color HEX #07423A Cyprus

📋 copy color: '#07423A'

red 7 ◦ green 66 ◦ blue 58

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

Shades of Cyprus #07423A

Tints of Cyprus #07423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.38%

 BLUE value IS 58 (23.05% from 255) = 44.27%

R = 5.34%
G = 50.38%
B = 44.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#07423A (or 0x07423A) is known color: Cyprus. HEX triplet: 07, 42 and 3A. RGB value is (7,66,58). Sum of RGB (Red+Green+Blue) = 7+66+58=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #07423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07423A is #F8BDC5. Grayscale: #2F2F2F. Windows color (decimal): -16301510 or 3817991. OLE color: 3817991.

HSL color Cylindrical-coordinate representation of color #07423A: hue angle of 171.86º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07423A is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 58 -
CMYK 0.89 0 0.12 0.74
HSL 171.86º 0.81% 0.14% -
HSV(B) 171.86º 0.89% 0.26% -
XYZ 2.8 4.25 4.68 -
YUV 47.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 7 66 58 0.89 0 0.12 0.74 171.86 0.81 0.14
Hex 7 42 3A 59 0 C 4A AC 51 E
Octal 7 102 72 131 0 14 112 254 121 16
Binary 111 1000010 111010 1011001 0 1100 1001010 10101100 1010001 1110

Color Harmonies of #07423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07423A

Black with #07423A

Text Example


Text Example

White with #07423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07423A; }

 p { color: rgb(7,66,58); }

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

background-color css

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

 a { background-color: rgb(7,66,58); }

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

border-color css

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

 span { border-color: rgb(7,66,58); }

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