Html Css Color HEX #429B74 Ocean Green

📋 copy color: '#429B74'

red 66 ◦ green 155 ◦ blue 116

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

Shades of Ocean Green #429B74

Tints of Ocean Green #429B74

RGB

 RED value IS 66 (26.17% from 255) = 19.58%

 GREEN value IS 155 (60.94% from 255) = 45.99%

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 19.58%
G = 45.99%
B = 34.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#429B74 (or 0x429B74) is known color: Ocean Green. HEX triplet: 42, 9B and 74. RGB value is (66,155,116). Sum of RGB (Red+Green+Blue) = 66+155+116=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #429B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B74 is #BD648B. Grayscale: #7C7C7C. Windows color (decimal): -12412044 or 7641922. OLE color: 7641922.

HSL color Cylindrical-coordinate representation of color #429B74: hue angle of 153.71º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429B74 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 155 116 -
CMYK 0.57 0 0.25 0.39
HSL 153.71º 0.4% 0.43% -
HSV(B) 153.71º 0.57% 0.61% -
XYZ 17.12 25.86 20.61 -
YUV 123.94 123.51 86.67 -
System Red Green Blue C M Y K H S L
Decimal 66 155 116 0.57 0 0.25 0.39 153.71 0.4 0.43
Hex 42 9B 74 39 0 19 27 9A 28 2B
Octal 102 233 164 71 0 31 47 232 50 53
Binary 1000010 10011011 1110100 111001 0 11001 100111 10011010 101000 101011

Color Harmonies of #429B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B74

Black with #429B74

Text Example


Text Example

White with #429B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429B74; }

 p { color: rgb(66,155,116); }

 H1.HeaderClassName
 {
   color: #429B74;
 }
 .AnyTagClassName
 {
   color: #429B74;
 }
</style>

background-color css

<style>
 a { background-color: #429B74; }

 a { background-color: rgb(66,155,116); }

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

border-color css

<style>
 span { border-color: #429B74; }

 span { border-color: rgb(66,155,116); }

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