Html Css Color HEX #09423F Cyprus

📋 copy color: '#09423F'

red 9 ◦ green 66 ◦ blue 63

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

Shades of Cyprus #09423F

Tints of Cyprus #09423F

RGB

 RED value IS 9 (3.91% from 255) = 6.52%

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

 BLUE value IS 63 (25% from 255) = 45.65%

R = 6.52%
G = 47.83%
B = 45.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#09423F (or 0x09423F) is known color: Cyprus. HEX triplet: 09, 42 and 3F. RGB value is (9,66,63). Sum of RGB (Red+Green+Blue) = 9+66+63=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #09423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09423F is #F6BDC0. Grayscale: #303030. Windows color (decimal): -16170433 or 4145673. OLE color: 4145673.

HSL color Cylindrical-coordinate representation of color #09423F: hue angle of 176.84º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09423F is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 63 -
CMYK 0.86 0 0.05 0.74
HSL 176.84º 0.76% 0.15% -
HSV(B) 176.84º 0.86% 0.26% -
XYZ 2.96 4.31 5.38 -
YUV 48.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 9 66 63 0.86 0 0.05 0.74 176.84 0.76 0.15
Hex 9 42 3F 56 0 5 4A B1 4C F
Octal 11 102 77 126 0 5 112 261 114 17
Binary 1001 1000010 111111 1010110 0 101 1001010 10110001 1001100 1111

Color Harmonies of #09423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09423F

Black with #09423F

Text Example


Text Example

White with #09423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09423F; }

 p { color: rgb(9,66,63); }

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

background-color css

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

 a { background-color: rgb(9,66,63); }

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

border-color css

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

 span { border-color: rgb(9,66,63); }

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