Html Css Color HEX #09423D Cyprus

📋 copy color: '#09423D'

red 9 ◦ green 66 ◦ blue 61

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

Shades of Cyprus #09423D

Tints of Cyprus #09423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.85%

R = 6.62%
G = 48.53%
B = 44.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#09423D (or 0x09423D) is known color: Cyprus. HEX triplet: 09, 42 and 3D. RGB value is (9,66,61). Sum of RGB (Red+Green+Blue) = 9+66+61=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #09423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09423D is #F6BDC2. Grayscale: #303030. Windows color (decimal): -16170435 or 4014601. OLE color: 4014601.

HSL color Cylindrical-coordinate representation of color #09423D: hue angle of 174.74º 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 #09423D is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 61 -
CMYK 0.86 0 0.08 0.74
HSL 174.74º 0.76% 0.15% -
HSV(B) 174.74º 0.86% 0.26% -
XYZ 2.9 4.29 5.09 -
YUV 48.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 9 66 61 0.86 0 0.08 0.74 174.74 0.76 0.15
Hex 9 42 3D 56 0 8 4A AF 4C F
Octal 11 102 75 126 0 10 112 257 114 17
Binary 1001 1000010 111101 1010110 0 1000 1001010 10101111 1001100 1111

Color Harmonies of #09423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09423D

Black with #09423D

Text Example


Text Example

White with #09423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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