#00433A

Color #00433A Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #00433A

Tints of Cyprus #00433A

Color information

#00433A (or 0x00433A) is unknown color: approx Cyprus. HEX triplet: 00, 43 and 3A. RGB value is (0,67,58). Sum of RGB (Red+Green+Blue) = 0+67+58=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #00433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00433A is #FFBCC5. Grayscale: #2D2D2D. Windows color (decimal): -16760006 or 3818240. OLE color: 3818240.

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

Color convert

RGB06758-
CMYK100.130.74
HSL171.94º100%13.14%-
HSV(B)171.94º100%26.27%-
XYZ2.774.324.69-
YUV45.94134.895.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 53.6%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=0%
G=53.6%
B=46.4%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06758100.130.74171.9410013.14
Hex0433A640D4Aac64d
Octal01037214401511225414415
Binary0100001111101011001000110110010101010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,67,58); }

 H1.HeaderClassName
 {
   color: #00433A;
 }
 .AnyTagClassName
 {
   color: #00433A;
 }
</style>
background-color css

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

 a { background-color: rgb(0,67,58); }

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

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

 span { border-color: rgb(0,67,58); }

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