Html Css Color HEX #0A3736 Cyprus

📋 copy color: '#0A3736'

red 10 ◦ green 55 ◦ blue 54

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

Shades of Cyprus #0A3736

Tints of Cyprus #0A3736

RGB

 RED value IS 10 (4.3% from 255) = 8.4%

 GREEN value IS 55 (21.88% from 255) = 46.22%

 BLUE value IS 54 (21.48% from 255) = 45.38%

R = 8.4%
G = 46.22%
B = 45.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#0A3736 (or 0x0A3736) is known color: Cyprus. HEX triplet: 0A, 37 and 36. RGB value is (10,55,54). Sum of RGB (Red+Green+Blue) = 10+55+54=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3736 is #F5C8C9. Grayscale: #292929. Windows color (decimal): -16107722 or 3553034. OLE color: 3553034.

HSL color Cylindrical-coordinate representation of color #0A3736: hue angle of 178.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3736 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 55 54 -
CMYK 0.82 0 0.02 0.78
HSL 178.67º 0.69% 0.13% -
HSV(B) 178.67º 0.82% 0.22% -
XYZ 2.16 3.06 3.97 -
YUV 41.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 10 55 54 0.82 0 0.02 0.78 178.67 0.69 0.13
Hex A 37 36 52 0 2 4E B3 45 D
Octal 12 67 66 122 0 2 116 263 105 15
Binary 1010 110111 110110 1010010 0 10 1001110 10110011 1000101 1101

Color Harmonies of #0A3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3736

Black with #0A3736

Text Example


Text Example

White with #0A3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A3736; }

 p { color: rgb(10,55,54); }

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

background-color css

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

 a { background-color: rgb(10,55,54); }

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

border-color css

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

 span { border-color: rgb(10,55,54); }

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