Html Css Color HEX #38694E Plantation

📋 copy color: '#38694E'

red 56 ◦ green 105 ◦ blue 78

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

Shades of Plantation #38694E

Tints of Plantation #38694E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.93%

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 23.43%
G = 43.93%
B = 32.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#38694E (or 0x38694E) is known color: Plantation. HEX triplet: 38, 69 and 4E. RGB value is (56,105,78). Sum of RGB (Red+Green+Blue) = 56+105+78=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #38694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38694E is #C796B1. Grayscale: #575757. Windows color (decimal): -13080242 or 5138744. OLE color: 5138744.

HSL color Cylindrical-coordinate representation of color #38694E: hue angle of 146.94º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38694E is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 78 -
CMYK 0.47 0 0.26 0.59
HSL 146.94º 0.3% 0.32% -
HSV(B) 146.94º 0.47% 0.41% -
XYZ 8.06 11.49 9 -
YUV 87.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 56 105 78 0.47 0 0.26 0.59 146.94 0.3 0.32
Hex 38 69 4E 2F 0 1A 3B 93 1E 20
Octal 70 151 116 57 0 32 73 223 36 40
Binary 111000 1101001 1001110 101111 0 11010 111011 10010011 11110 100000

Color Harmonies of #38694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38694E

Black with #38694E

Text Example


Text Example

White with #38694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38694E; }

 p { color: rgb(56,105,78); }

 H1.HeaderClassName
 {
   color: #38694E;
 }
 .AnyTagClassName
 {
   color: #38694E;
 }
</style>

background-color css

<style>
 a { background-color: #38694E; }

 a { background-color: rgb(56,105,78); }

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

border-color css

<style>
 span { border-color: #38694E; }

 span { border-color: rgb(56,105,78); }

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