Html Css Color HEX #38594A Plantation

📋 copy color: '#38594A'

red 56 ◦ green 89 ◦ blue 74

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

Shades of Plantation #38594A

Tints of Plantation #38594A

RGB

 RED value IS 56 (22.27% from 255) = 25.57%

 GREEN value IS 89 (35.16% from 255) = 40.64%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 25.57%
G = 40.64%
B = 33.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#38594A (or 0x38594A) is known color: Plantation. HEX triplet: 38, 59 and 4A. RGB value is (56,89,74). Sum of RGB (Red+Green+Blue) = 56+89+74=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #38594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38594A is #C7A6B5. Grayscale: #4D4D4D. Windows color (decimal): -13084342 or 4872504. OLE color: 4872504.

HSL color Cylindrical-coordinate representation of color #38594A: hue angle of 152.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38594A is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 74 -
CMYK 0.37 0 0.17 0.65
HSL 152.73º 0.23% 0.28% -
HSV(B) 152.73º 0.37% 0.35% -
XYZ 6.44 8.48 7.78 -
YUV 77.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 56 89 74 0.37 0 0.17 0.65 152.73 0.23 0.28
Hex 38 59 4A 25 0 11 41 99 17 1C
Octal 70 131 112 45 0 21 101 231 27 34
Binary 111000 1011001 1001010 100101 0 10001 1000001 10011001 10111 11100

Color Harmonies of #38594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38594A

Black with #38594A

Text Example


Text Example

White with #38594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,89,74); }

 H1.HeaderClassName
 {
   color: #38594A;
 }
 .AnyTagClassName
 {
   color: #38594A;
 }
</style>

background-color css

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

 a { background-color: rgb(56,89,74); }

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

border-color css

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

 span { border-color: rgb(56,89,74); }

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